Hallo
how I can spilt am animation?
i.e. if the animation is 20", something like
if( Input.GetButtonDown( “Fire2” ) ) {
animation.Play(“swing”); // from 0" to 10"
if( Input.GetButtonUp( “Fire2” ) ) {
animation.Play(“swing”); // from 10" to 20"
thanks