|
In edit mode, I moved around objects and in the Game tab I can see that the objects are in their correct positions, yet when I enter play mode, everything reverts back to where they were. Anyone know the cause?
(comments are locked)
|
|
From Bunny83: You might have scripts or animations on some objects that cause a translation / rotation of the object. A common mistake are animations that animate the root object. This will usually move the object to 0,0,0
(comments are locked)
|

I don't know the cause, but you could try saving your project and scene, shutting unity down, then opening it back up and trying again.
I haven't had the object's problem like you're having, but shutting unity down when it starts acting goofy usually does the trick for me.
Sounds like you have "in play mode" and "not in play mode" reversed. Because what you described is what happens when you stop play mode after making changes while in play mode.
I've tried restarting unity with no success, and yes I am aware of changes while in play mode are not reflected after leaving play mode. In this case, I am not in play mode when i make changes, yet when i enter play mode, the scene is not the same as while not in play mode. Really irritating.
You might have scripts or animations on some objects that cause a translation / rotation of the object. A common mistake are animations that animate the root object. This will usually move the object to 0,0,0
Beside that it's hard to tell what's wrong. About what "changes" are you talking about?
Ah, I removed the animation component from the offending objects that apparently were there and it works now! Thanks so much!