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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment