Animation not working Unity 5
Asked Answered
S

5

1

So I upgraded my project to unity 5 but now ALL animations on the project just don't work !!! whats the problem

Every thing was working fine before upgrading to unity 5

Santalaceous answered 4/3, 2015 at 14:10 Comment(0)
H
4

If you are using curves try deselect the option "apply root motion" on the animator.

Heteroecious answered 5/3, 2015 at 21:16 Comment(0)
O
0

Well, there were major changes in animation. So it could be a lot of things. My animations did work after upgrading, so it's not a global problem.

Try looking trough the release notes

Outbid answered 4/3, 2015 at 16:29 Comment(0)
D
0

I had the same problem with an animation and I found it is related to the 'Static Batching' feature present in Unity 5. Here is how I solved it:

  1. Select the object you are animating.
  2. In the Top-Right corner of the Inspector window you'll see a drop down list near to the Static label, click on it.
  3. Uncheck the 'Batching Static' option.

Let me know if it worked for you.

Dion answered 7/3, 2015 at 22:40 Comment(1)
quick remark. Make sure your input detection is set inside an Update() and not FixedUpdate() as FixedUpdate() is normally used for physics and will not tolerate your animation if located withinParaselene
G
0

My english not good, but I'm found answer! Choose your object and it top will be 3 line, press that!Choose debug and do this and do this

Gibbie answered 16/9, 2016 at 18:29 Comment(1)
It would be nice if you could describe your steps in your answer in addition to the image.Ought
O
0

try change Animation update mode to unscaled time

Omora answered 12/3, 2020 at 15:51 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.