Godot Version
4.5.1
Question
How do I convert a node’s local position into UV coordinates?
gd script code:
gdshader code:
The node using this shader is a ColorRect; the UV position converted with the following code is incorrect.
gdshader code:
mouse_uv=mouse_local_pos*TEXTURE_PIXEL_SIZE;

