Search Issue Tracker
Won't Fix
Won't Fix in 2023.3.X
Votes
0
Found in
2021.3.34f1
2022.3.17f1
2023.2.4f1
2023.3.0b1
Issue ID
UUM-59939
Regression
No
Scene view navigation controls are non-responsive when Exceptions are being thrown in an EditorWindow script
Reproduction steps:
1. Open the attached “BugRepro” project
2. In the Scene view, navigate using Flythrough mode (click and hold the right mouse button and press W, A, S, or D keys)
3. Center the view on a GameObject
4. Use the Scene Gizmo
Expected result: The navigation controls work
Actual result: The navigation controls are non-responsive
Reproducible with: 2021.3.34f1, 2022.3.17f1, 2023.2.4f1, 2023.3.0b1
Reproducible on: Windows 11
Not reproducible on: No other environment tested
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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
Resolution Note:
When an exception is thrown during an EditorApplication.update callback, it is by design that execution stops. The editor update should not handle arbitrary user exceptions.
Resolution Note (2023.3.X):
When an exception is thrown during an EditorApplication.update callback, it is by design that execution stops. The editor update should not handle arbitrary user exceptions.