I was wondering if one knew of a way I can have an object in front of the game camera, send a ray from the mouse position and return that point in the texture coordinates
I was wondering if one knew of a way I can have an object in front of the game camera, send a ray from the mouse position and return that point in the texture coordinates
http://docs.unity3d.com/Documentation/ScriptReference/RaycastHit-textureCoord.html
http://docs.unity3d.com/Documentation/ScriptReference/RaycastHit-textureCoord2.html
missed that. Thank you kelsoMRK