Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2017.2.0f2
Issue ID
954143
Regression
No
[Animation] PlayableGraph.Evaluate(float delta) causes events to be fired twice
How to reproduce:
1. Open attached "AnimatorIssue" project and "Main" scene
2. Observe the AnimatorTest.cs and see that animator.playableGraph.Evaluate is called to fire an Animation event
3. Enter playmode and observe the console
Expected result: One Animation event is fired by PlayableGraph.Evaluate
Actual result: Two Animation events are fired by PlayableGraph.Evaluate
Reproducible with - 2017.3.0b2, 2017.2.0f2, 2017.1.1p4, 5.6.3p4, 5.6.0b11
Notes:
1. Bug is similar to issue 938978, only for a different API - https://issuetracker.unity3d.com/issues/animator-dot-update-0-fires-events
2. Animator.playableGraph API was introduced in 5.6.0b11, so this is not a regression in contrast to 938978
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Add comment