I have a simple Animator component driving the Scale of my game object and the Alpha property of a CanvasGroup. Prior to upgrading to 5.2.3 from 5.1.2 this worked just fine. Now when the animation fires, I can see the clip in the animator apparently “working”, but the animation definitely does not actually play in the game view and the properties that are supposed to animate remain unchanged.
What’s weird is that I can get the properties to start animating if I pause the simulation, manually scrub the animation a little bit, then unpause the simulation. This seems to un-jam whatever is getting jammed up.
These game objects are not marked static nor are they set for static batching. Apply Root Motion is unchecked on my animators, and I have tried removing and re-adding the animators, all to no avail. Anybody have any ideas?