When the character dies, an animation plays, and then the scene resets. What I want is that nothing moves/animates except the character and the life bar so I use Time.deltaTime = 0; to do this but it also stops my character and the life bar. Is there a way to force a specific animator to use real delta time?