Search Issue Tracker
By Design
Votes
1
Found in
5.6.3p3
Issue ID
986915
Regression
No
Transitioning out of a Mecanim state takes a full second if the state has no animation
Reproduction steps:
1. Download user's project and open in Unity
2. Enter Play mode
Expected: time printed in console should be very small
Actual: time in console is about 1 second
Reproduced on: 5.5.6f1; 5.6.5f1; 2017.1.3f1; 2017.2.1p2; 2017.3.0p2; 2018.1.0b3; 2018.2.0a1
Note: in console the log error prints the time it takes to go from one state entry to the next
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
jcox_PlayQ
Jan 17, 2018 20:46
I am the original bug reporter, but I did find a workaround in 5.6.3p3:
The bug occurs if you have a transition out of a state with Has Exit Time = true, Exit Time = 0, and Transition Duration = 0. You'd expect these settings to result in an instant (or rather, 1 frame) transition, but it takes a full second if the origin state has no animation.
The workaround is instead to set Has Exit Time to false, and give it a transition condition that always evaluates to true.