- Home /
Is there a way how to use both Animate Physics and Unscaled Time update modes in animator ?
Hi,
I just wanted to know if there is a way to make my animated gameobject synchronize with physics and at the same time be independent of timeScale if I want to set Time.timeScale = 0 ?
I know that I can set update mode in animator to be "Unscaled Time" or "Animate Physics", but the thing is that I can't choose both of them. And if I only choose Unscaled Time the object will not be synchronized with physics anymore.
Thank you, Gerald.
Your answer
Follow this Question
Related Questions
2 Different animations with 2 different update modes? 0 Answers
How can I use Animate Physics in a project? 2 Answers
2D: Animate physics doesn't work with Animator? 0 Answers
Animator.Play() in update, Performance?? 0 Answers
How do you move a character with physics when using Animator.setInteger to play the animations? 0 Answers