Search Issue Tracker
Fixed in 5.2.1
Votes
0
Found in
5.2.0f3
Issue ID
726413
Regression
Yes
[Animation] Events are called in animation clips that are blended out in the blend tree
Reproduction steps:
1. Open attached "BlendTreeEventBug" project.
2. Open and play "Test" scene
3. Open the console window
- Notice that event is called two times, one time from clip 1 and one time from clip 2
- This should not happen because only clip 2 is playing and clip 1 is blended out
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
Dixiepig
Mar 22, 2017 06:06
I also have this exact issue, using Unity 5.5.0f3.
if a blend tree is mixing between multiple animations, it will call all events in those animations.
Occasionally, it will also call events from animations in the blend tree that are not being mixed.