Search Issue Tracker
Fixed in 2019.3.X
Votes
1
Found in
2018.3.0a6
2019.1.0a1
2019.1.9f1
2019.2.0a1
2019.3.0a1
Issue ID
1169421
Regression
No
Crash on Tree::ComputeWindPropertiesForAllVisible when entering Play mode
How to reproduce:
1. Open the "Tree_Crash.zip" project
2. Open the "Scene.unity" scene
3. Open the "Tree" prefab
4. Enter Play Mode
5. Switch to Scene View
6. Exit Play Mode
7. Exit Prefab View
8. Enter Play Mode
Actual result: Unity crashes.
Reproducible with: 2018.3.0a6, 2018.4.5f1, 2019.1.12f1, 2019.2.0b10, 2019.3.0a10.
Notes:
A failed assertion is thrown when entering Play mode in prefab mode:
Assertion failed on expression: 'm_TreeNode.IsInList()'
Failed Assertions starts spamming after leaving Play Mode in prefab mode with Scene View opened:
Assertion failed on expression: 's_VisibleTreeNodes.empty()'
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
------------------------------------
Fixed in 2020.1.0a20, 2019.3.0f6.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
Add comment