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
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
- Alpha Tolerance setting does not affect generated outlines when generating Custom Physics Shape in the Sprite Editor
- The information/help message section misses a margin in the "Profiler" window
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.