Search Issue Tracker
Not Reproducible
Votes
0
Found in
2019.1.0a3
2019.2.0a1
2019.3.0a1
2019.3.0b4
2020.1.0a1
Issue ID
1187714
Regression
Yes
ArgumentException is thrown when closing the right-click context menu for an unloaded Scene with another right-click
How to reproduce:
1. Create a new Unity project
2. Right-click the SampleScene and select 'Add New Scene'
3. Unload the 'SampleScene'
4. Right-click the unloaded SampleScene to bring up the context menu
5. Close the context menu by right-clicking again in the empty space of the Hierarchy window
Expected result: no errors are thrown
Actual result: "ArgumentException: The scene is not loaded." error is thrown
Reproducible with: 2019.1.0a3, 2019.1.14f1, 2019.2.8f1, 2019.3.0b6, 2020.1.0a8
Not reproducible with: 2017.4.33f1, 2018.4.11f1, 2019.1.0a2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
Add comment