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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment