Search Issue Tracker
By Design
Votes
0
Found in
2017.1.1f1
Issue ID
955081
Regression
No
Transition conditions inside sub-state are ignored when transition to the sub-state is Default
Steps to reproduce:
1.Open attached “SubStateTransitions.zip” Unity project
2.Open “Demo” scene
3.Select “Cube” object in Hierarchy
4.Go to Window->Animator
5.Enter Play mode
6.Set “Index” parameter value to “1"
Expected results:
Transition with condition “Index" equals to 1 is played
Actual results:
Default transition is played
Reproduced in: 2017.3.0b3, 2017.2.0f2, 2017.1.1p4, 2017.1.1f1, 5.6.3p4, 5.5.5f1, 5.5.0f1
------------------------------------
By design:
Default transitions never point to StateMachines, they always point to States. When the transition to the Sub-state machine is Default, the transition will point to a State inside the Sub-state machine which will cause other transition conditions to be ignored.
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
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
Add comment