Search Issue Tracker
Not Reproducible
Votes
0
Found in
2017.4.0f1
2017.4.23f1
2018.4.0f1
2019.2.0a1
2019.3.0a1
2020.1.0a1
Issue ID
1178765
Regression
No
Crash on AnimationState::~AnimationState when exiting Play Mode after recompiling scripts
How to reproduce:
1. Open the "fixed_repro.zip" project
2. Open "InitialisationScene.unity" scene
3. Enter Play Mode
4. Press "New User" and complete character creation
5. Press "Make Friends" (if new account) or select "Travel"
6. Select any place (selection is premade if playing for first time)
7. Press Dance Icon
8. Select Dance > Rodeo Party
9. Open the "MessageBasePanel.cs" script:
-Delete public virtual void Initialise(MessageCellBaseData data) function
10. Focus Unity and let scripts recompile
11. Restore the public virtual void Initialise(MessageCellBaseData data) function in MessageBasePanel.cs script
12. Focus Unity and let scripts recompile (null references appear and project breaks)
13. Exit Play Mode
14. If Unity didn't crash, repeat from step 5 (character will already be created)
Actual result: Unity crashes.
Reproducible with: 2017.4.32f1, 2018.4.8f1, 2019.2.4f1, 2019.3.0b2, 2020.1.0a8.
Notes:
- Dancing or watching at more people seems to increase the chance of crashing.
- Unity crashes after 1-6 tries most of the time.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- VFX Graph link contrasts fail WCAG guidelines
- D3D12 PSO disk cache feature crashes if paths contain non-ASCII characters
- Different colors are present when Alpha channel is unclamped
- Visual Effects Forums link leads to generic Unity Forums
- The dithering node returns a blocky effect when the Render Scale is set to some values below 1
Add comment