(0,0) as picked by the cursor is different from the (0,0) for any game object I place. (0,0) for any game object is at the center of the screen whereas that shown by the cursor is the lower-left corner.
How do I change (0,0) picked by the cursor to the center of the screen? Any and all help is very much appreciated. Thanks.
Added a new example to the repo. The important bit is this:
Here we take the on_input action.x and y and convert the coordinate from screen to translated world space and then pass that on to the cursor script. The HTML5 example is also update: