Example #1
0
 protected override void Awake()
 {
     base.Awake();
     characterMove = GetComponent <CharacterMovement>();
 }
Example #2
0
 void Awake()
 {
     characterMovement = GetComponent <CharacterMovement>();
     anim = GetComponent <Animator>();
     anim.applyRootMotion = false;
 }