How to change the speed of an animation clip. within a specific layer.
After hours of research and testing.
AnimatorController ac= animatorruntimeAnimatorController as AnimatorController;
ac.layers [1].stateMachine.defaultState.speed = 3f;
How to change the speed of an animation clip. within a specific layer.
After hours of research and testing.
AnimatorController ac= animatorruntimeAnimatorController as AnimatorController;
ac.layers [1].stateMachine.defaultState.speed = 3f;