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
Comments (1)
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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...