Search Issue Tracker
By Design
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2019.1.5f1
2019.2.0a1
2019.3.0a1
Issue ID
1160784
Regression
No
The Transition ExitTime for a Transition towards EXIT is not evaluated
How to reproduce:
1. Open user-supplied project
2. Open "SampleScene"
3. Select "Player" >"Body"
4. In Animator Window double click "Locomotion" > "Air"
5. Select a transition from "Landing" to "Exit"
6. Play the Scene and press spacebar
Expected result: Exit time is evaluated
Actual result: Animation plays until its end, though Exit Time is set to 0.25
Reproduced in: 2017.4.27f1, 2018.4.1f1, 2019.1.5f1, 2019.2.0b5, 2019.3.0a4
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
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
- White lighting artifact when a point light with a small emission range and "Hard Shadows" touches an object while a directional light with "Soft Shadows" and another point light are present
Resolution Note:
By design : we cannot evaluate a transition twice in the same frame, which is unfortunately problematic when in the situation where the exit time needs to be evaluated at the end of another transition. Changing this would be too impactful and may break many existing projects