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
- PropertyDrawer gets disposed while still being active when adding a secondary component
- Realtime GI behaves differently when using Unlit (Amplify) and Lit (Shader Graph) shaders in URP
- API Updater strips Unity-owned Custom Attribute references within precompiled DLLs
- [iOS] ListView is flickering when scrolling over the end
- The Aspect Ratio Fitter Component on a Prefab displays a parent-related warning despite the Prefab's inability to have parents when "Envelope Parent" or "Fit In Parent" modes are used
Add comment