Search Issue Tracker
By Design
Votes
0
Found in
5.5.2p1
Issue ID
893600
Regression
No
Any State transitions to Sub State Machines ignore Interruption Source
To reproduce:
1. Open 'Simpler AnyState Interrupt Bug' project
2. Play the scene.
3. Select the gameobject and open the Animator window
4. Set Reset true to trigger the Any State transition.
Expected vs Actual: Any State transition does not get interrupted even though the conditions for the State1 to State2 transition are set and the Interruption Source is set to include the next state.
6. Set Reset true to trigger the Any State transition.
7. While the Any State transition is occurring set Reset true again.
Expected vs Actual: Any State transition does not interrupt itself to trigger another Any State to State1 transition event though it's conditions are set and the Interruption Source is set to include both the next and current states.
Reproduced on: 5.4.5p2, 5.5.3p4, 5.6.1p2, 2017.1.0b7, 2017.2.0a2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
Add comment