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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment