Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2019.3.X, 2020.1.X
Votes
0
Found in
2017.4
2018.4
2018.4.0f1
2019.3
2020.1
Issue ID
1221325
Regression
No
Editor stops repainting and throws exceptions when creating new Scene inside AssetDatabase.StartAssetEditing()
How to reproduce:
1. Create a new project
2. Import "NewBehaviourScript.cs" and attach it to any GameObject
3. Go to Assets > Test > ConsoleError
4. Observe Console and Editor itself
Expected Behaviour: The new Scene is created and made active
Actual Behaviour: Editor stops repainting and two exceptions appear in the Console
Reproducible with: 2017.4.37f1, 2018.4.17f1, 2019.3.2f1, 2020.1.0a24
Note: Other Scene creation methods do not generate exceptions but still causes the editor to not repaint. It seems that on some versions editor is still repainting but the exceptions appear in every supported stream.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- SerializedPropertyChangeEvent is invoked when initially binding PropertyFields in custom Editor
- UI Panel is not visible when HDR and STP filter are enabled
- Crash on GfxDeviceD3D11Base::DrawBuffersIndirect when opening a specific project
- OnTriggerExit2D is called in Play mode when undoing component adding
- Builds fail with "Execution failed for task ':launcher:checkReleaseDuplicateClasses'" error when the newer version of the In-App Purchasing package is installed on a specific project
Add comment