Search Issue Tracker
By Design
Votes
0
Found in
2017.4
2019.1.10f1
2020.1
Issue ID
1192440
Regression
No
[State Machine] Mecanim enters a state in the statemachine when it has no entry transitions
How to reproduce:
1. Open attached project ("MecanimBugRepro.zip")
2. Open SampleScene scene
3. Select AnimationTest Game Object in Hierarchy
4. Open Animator window (Window->Animation->Animator)
5. Select Full Body Override in Layers tab
6. Enter Phone Idle state (Phone Animations->Phone Interactions->Phone Idle)
Expected result: Phone Idle1 state is never reached
Actual result: Phone Idle1 state is reached
Reproducible with: 2017.4.33f1, 2018.4.12f1, 2019.2.11f1, 2019.3.0b8, 2020.1.0a9
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
This is by design :
Phone Idle 1 is the default state for the parent state machine Phone Interactions.
This can be seen by clicking on the entry state of the "Phone Interaction" state. In the inspected, the Default state is indicated as "Phone Idle 1", instead of the wanted "Random Selector".
To fix this, go into the interactions state, select the default state and make a default transition to the Random Selector.