If you wanna set screen position to a node, you need to convert screen position into node local space position.
Unfortunately, for now, we don’t have API method for a simple set of the screen position, that’s why I wrote this temporary set_screen_position() solution, this method convert screen position to local position taken into account all transformation matrix that you need to apply.
3 Likes