// OnStateEnter is called when a transition starts and the state machine starts to evaluate this state override public void OnStateEnter(Animator animator, AnimatorStateInfo stateInfo, int layerIndex) { // Debug.Log("Start walking"); enemy script = animator.GetComponent <enemy>(); script.walkme(); }