How does Map XY to XYZ pos on object work
-
I’ve been testing it out and when ever I use it, if the object doesn’t exist it crashes, if it does it returns nothing in the input regardless what the x y inputs are or where the object is relative to the camera.
-
@tyller_ never mind I have figured out how it works, for anybody wondering, that x y on your screen must be over the object, otherwise it will return nothing
-
You are right, it will return “” when no 3D object is under the 2D point you specified. For a reference project, please check out this:
https://play.creaticode.com/projects/65412f495e00b4f660050acb
CreatiCode