Godot Version
4.3
Question
I’ve been writing a shader. I want to convert global coordinate into one relative to the upper-left corner of the screen. There is method unproject_position in Camera3D, but no such method for Camera2D. Any ways how to implement this function? Thanks!