A non issue
Animation clip not playing but still affecting components of other clips
I am attempting to implement a pooling system of enemies from which I can reactivate from a dead state. Each enemy has different "Death Sequences" in which I use the animator to Fade Out via their Sprite Renderer or disable certain colliders. My main issue is that even if I change the animation state to play a different clip, the animated component values from the previous state persists (I.E. Sprite Renderer Alpha stays 0) even I try to change the values back via code. Is there a setting that I change to stop the previous state's animated component values from affecting other Animation Clips? Currently Running Unity 5.3.1
Follow this Question
Related Questions
How do I puse an animation? 1 Answer
How to set the blend tree threshold value during run time? 0 Answers
Why default animation state rewrites scale of an object? 0 Answers
Animation Running Game 0 Answers
Specific Animation not Playing 0 Answers