Search Issue Tracker
Fixed in 2017.4.0
Fixed in 2017.4.X, 2018.3.X
Votes
0
Found in
2018.2.11f1
Issue ID
1089008
Regression
No
Crash on DoRenderLoop if Scene View is open when opening Occlusion window
How to reproduce:
1. Open the attached project
2. Open the "FirstScene.unity" scene
3. Open the Occlusion window
4. Make sure both Scene View and Occlusion windows are open
5. Select "Visualisation" tab in the Occlusion window
6. If Unity didn't crash already, press "Bake" inside the Occlusion window
7. Swap around Occlusion tabs and select scene view.
Actual result: Unity crashes. (gif attached)
Reproducible with: 2019.1.0a9, 2018.3.0b10, 2018.2.16f1, 2018.1.9f2, 2017.4.15f1.
-----------------------------------------------------------------------
Fixed in: 2019.1.0a12, 2018.3.2f1, 2017.4.24f1
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Incorrect Shader keyword activation for Shadows when no Light is present in URP
- Editor freezes when loading a specific AssetBundle
- WebGPU builds with Multithreading enabled crash on Safari
- Set as Value in UI Builder doesn't work across all properties.
- Reorderable ListView inside a ScrollView has a glitchy behavior when trying to reorder items
Resolution Note (fix version 2017.4.0):
Fixed problem where the camera to be used for occlusion visualization was invalid for rendering but we went on with it and drew anyway.
Will now fall back to the normal camera, and will give the user an error message.