Unity Issue Tracker - Animation event is being fired twice in the same frame
Closed
UUM-114761
Animation event is being fired twice in the same frame
Unity: Mecanim Animation
Won't Fix
6.4.X
6.3.X
6.2.X
6.1.X
6.0.X
6.1 is no longer supported
Reproduction steps:
1. Open the attached “IN-108590_Repro“ project
2. Open the “Assets/Scenes/Testing.unity“ Scene
3. Open the “Assets/Animation/_Controllers/CharacterController.controller“ Animator Controller in the Animator window
4. Enter the Play Mode
5. Press ‘1' to equip the bow
6. In the Animator’s Parameters tab, check the Attack variable
7. Observe the Console
Expected result: Shoot() is called only once
Actual result: Shoot() is called twice in the same frame