Search Issue Tracker
Fixed
Votes
0
Found in
4.3.0b4
Issue ID
568284
Regression
No
Animation Layer name is not used in the hash of a state under a sub-state machine
To reproduce:
1. Open any project
2. Create a new animation state machine
3. Create a new layer
4. In the new layer create a state and check it's hash (it should be LayerName.StateName)
5. In the layer create a new sub-state machine
6. In the sub-state machine create a new state
7. Check it's hash. it should be SubStateMachineName.StateName.
This can introduce problems with several different layers having same SubStateMachine and StateNames.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Toolkit Style is inconsistent when using Style Classes named using digits
- Outdated page opens when accessing Sprite Atlas v2 reference page
- "DateTime.Now" in the UK timezone does not adjust when the British Summer Time is active
- "Unsupported source texture format (7) in ComputeNextMipLevel" error is shown and the texture atlas is corrupted when the texture format "RGB Compressed ETC2 4bits" is selected
- The label that uses data binding is no longer updated at runtime when `INotifyBindablePropertyChanged` reloads updates of the VisualTreeAsset in UIDocument
Add comment