Search Issue Tracker
Fixed in 5.5.0
Votes
0
Found in
5.3.1f1
Issue ID
765141
Regression
No
OnStateMachineEnter() is called on the "Layer 1" StateMachineBehaviour, although it should be called on the "Layer 2"
Reproduction steps:
1. Open attached project
2. Open and play the "test" scene
3. Notice that in the console "Layer 1" message is displayed (check Test.cs)
Actual result: The console outputs "Layer 1" message
Expected result: The console should output "Layer 2" message
Reproduced on: 5.1.4p1, 5.2.4p1, 5.3.2p1, 5.4.0b4
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
- Tile Palette selected dropdown text does not update when palette is renamed
- ArgumentException thrown and reference to Template gets unset when opening UXML file after editing referenced Template in Play mode
- [iOS][WebGL] Player freezes when multiple properties of a VisualElement are changed at the same time
- Warning 'GetControlID at event ValidateCommand returns a controlID different from the one in the Layout event' is logged when undoing the deletion of an Edited Freeform 2D Light
- ShadowCaster2D breaks on certain Rotation positions when Casting Source is set to PolygonCollider2D
baaron4
May 22, 2016 23:25
Any news on what future version this will be fixed in? I hit an issue where ONStateMachineEnter() will only ever call on my first layer mask and will call the sub states on that mask even if im on other masks. Kinda stopped me from finishing up animation.