Search Issue Tracker
Fixed in 5.0.X
Votes
0
Found in
5.0.0a6
Issue ID
601749
Regression
No
It's possible to have a controller without a default state in it
It's possible to have a controller without a default state in it
1. Create an animator controller and add a state machine to it
2. Add a couple of states inside the machine
3. There isn't any default state - which usually is prevented by assigning automatically a state to be the default one (for example after the default state is deleted, the next state is marked golden = default)
4. As soon as a state to the base layer is added, it's marked as default
5. Expected: first added state is marked as default - even if it's added inside a state machine
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- There is no way to adjust the HDR Paper White value of the Unity Editor's interface, making it difficult/uncomfortable for some developers to work on very dark/bright scenes in HDR
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
- Animator State name overflows outside the visual box when the State has a long name
- UI Document file remains marked as Dirty after Undoing made changes
- Switching between UI Documents with different Canvas sizes marks the UXML file as dirty
Add comment