I'm moving my GameObject via transform.position using this line exactly:
*transform.position = new Vector3 (-5.6f, -2.5f, 3f);*
Before this line is called, the GameObject is at position (-5.56, -2.35, 3.16).
After I call this line of code, the GameObject is moved to:
![http://i58.tinypic.com/i2u8ue.jpg][1]
Why is is not moving to where transform.position tell it to go? Any help appreciated!
[1]: http://i58.tinypic.com/i2u8ue.jpg
↧