Question by
xcool233 · Aug 30, 2021 at 04:21 AM ·
animationanimatorstate-machine
Animation plays faster from default state than any other.
For some reason, when transitioning from the default state, the animation plays significantly faster. This occurs for any animation that is connected to default state. The transition itself and the animation never change, the only thing I'm doing code wise is this
if (Input.GetMouseButton(1)) { AnimationManager.Instance.ADS(true); } else { AnimationManager.Instance.ADS(false); }
Also here is a video just in case: link:Here
Comment