Search Issue Tracker
Not Reproducible
Votes
5
Found in
5.5.0p4
Issue ID
871653
Regression
Yes
Abstract StateMachineBehaviour causes crash when there is a single sub-state machine
Reproduction steps:
1. Open project attached (StateMachineBehaviour_Bug.zip)
2. Open scene "Scene_Crash"
3. Press Play.
Expected result: Scene plays.
Actual result: Unity crashes. (Not always).
Note: If it does not reproduce from first try, stop scene and play again. It might crash from the first try but can also take about 10-50 attempts.
Crash does not appear when using simple class or there are more than one sub-state machine.
Reproduced on: 5.5.0p3, 5.5.0p4, 5.6.0a6, 5.6.0b1 5.6.0b4; 5.5.1p3; 5.5.1f1
Not reproducible on: 5.5.0f3, 5.5.0p1. (Not sure, it might be even harder to reproduce on these versions)
Note: Bug is still reproduced in Case: 879847
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
YannAppeal
Feb 03, 2017 00:52
We have the same problem here since 5.5.0p3. I will try to do a repro and submit the issue. It sound like it is related to the multithreaded evaluation of the StateMachine...