Search Issue Tracker
Fixed in 5.0.X
Votes
0
Found in
5.0.0b10
Issue ID
643048
Regression
No
StateMachineBehaviours do not work if a state inside it has or has had its own StateMachineBehavior
To reproduce this issue:
1. Import the attached package
2. Open 'scene'
3. Select 'GO' object in the hierarchy
4. Open Animator
5. Notice there is a 'StateMachine' with 'SimpleStateMachineBehavior' script
6. Play the scene and notice the output in the console
7. Now open 'StateMachine' in the Animator
8. Select 'NewState' and add 'EmptyStamachineBehavior' on it
9. Play again and no output is seen in the console
10. Remove 'EmptyStamachineBehavior' from 'NewState'
11. The StateMachineBehavior still does not work
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Undoing Animator Parameter name change breaks references to it
- Crash on BV4_OverlapBoxAll when moving in play mode
- Custom mesh water surface normal map fades out when Y Position increases
- Sprite renderer does not issue draw calls correctly when using SRP Batcher
- [Android] Flickering artifacts when using "ScriptableRenderer.EnqueuePass(RenderPassEvent.BeforeRenderingPostProcessing)" multiple times
Add comment