- Home /
 
               Question by 
               elsharkawey · Feb 22 at 07:06 AM · 
                c#animation  
              
 
              crossfade animation not running correctly ,only getting to the first frame from 5 frames then the animation freeze and not looping
my code
        if(istherunkeyshift == true && istheupparrowused == true){
 
           animator.CrossFadeInFixedTime(thewalkcyclenancyfaster,0.2f);
           
           Vector3 destination = transform.position + transform.right * input.x + transform.forward * input.y;
           navMeshAgent.destination = destination;
           
        }
               Comment
              
 
               
              Your answer
 
 
             Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
changing animations on an object without the script. 0 Answers
How do I play legacy animations properly in Unity C# 1 Answer
 koobas.hobune.stream
koobas.hobune.stream 
                       
                
                       
			     
			 
                