Object and Transform box misalign when moving away from 0.0.0.
3D First Person Shooter:
A strange one, this just started happening after revisiting my game from a long hiatus. Ended up installing Unity on new computer and applied several updates since last opening the game.
So I open the game up and notice that only my 'Player' object's transform position is WAY in the distance relative to the actual object in the game. When at 0.0.0 the transform box and object both appear normal, I can even drag my object a little bit in any given direction and its still good. But after around 70 units in either X, Y, or Z direction, the object moves way past the transform box that I'm dragging. No idea why.
Attached is 3 screen shot example of moving my guy on the X axis. Thank you everyone!
Your answer
Follow this Question
Related Questions
How to drag object in X, Y, and Z axis with mouse. 0 Answers
Transform.position not working- want to clamp object within confines of screen 0 Answers
Unity Lerp does not work correctly when gameObject rotation changes 0 Answers
How do you maintain gravity using transform.forward and transform.right? 0 Answers