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
- Physics SyncColliders 3x-7x performance regression from 2022LTS to U6
- ListView's '+' button causes a recursively dispatching event when the visual element area is filled up
- Soft keyboard closes immediately after multiple touches are made if Pointer Behavior is set to SingleUnifiedPointer
- UI Image batching breaks when interleaving elements with mixed z-positions and materials
- KeyNotFoundException is thrown when retrieving some values from HyperLinkClickedEventArgs
Add comment