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
- Profiler - Taking you to the wrong section when using 'show'
- Draw Renderers custom pass doesn't work with SSGI
- WebCamTexture does not set the requested resolution when used in WebGL
- Editor default Stylesheet/Matching Selector buttons in Debugger don't do anything
- Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player
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...