TimeLine Issue with Game Object transform
When I preview the animation it sometime places the both enemy's at the end of the map but when playing the game it never gets right WHY???
It would be very thankful if someone can answer quick becuz the game jam will end tomorrow.
Answer by A_munim · Jan 26, 2018 at 01:54 PM
Anyone having the same problem ??? Here are the fixes
Undo All your debuggings(temporary edits).
Remove the animator on the object.
Then again drag the object to the timeline where it was before.
Click create animator.
Another Fix
Check the child(s) of the gameObject for animator.
Delete Them.
Answer by Hoorza · Feb 03, 2018 at 08:49 PM
Check this video about the root motion from Unity. Not sure if I understand your question, but I had also problems with the transform of game objects. Properly understanding this solved my problems with the timeline and transform. Hope it helps!