Animation is not triggered twice
This could be caused by an animation trigger that needs to be reset in Luna.
Possible solution:
- Reset the animation trigger by using the following code:
m_Animator.ResetTrigger("NameOfTrigger");
More information can be found on the Unity website.