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
- Font Asset Creator results bright font colors are not light theme friendly
- Font Asset Creator Font Atlas preview disappears when saved
- When an application is built with Development Build, it results in increase in GUI.Repaint due to DeveloperConsole calls
- Font Asset Creator Font Face dropdown is active but does nothing when clicked if the Font has Include Font Data disabled
- Crash on PPtr<Shader>::operator Shader*() const when Calling Resources.UnloadUnusedAssets() in a specific project
Add comment