Search Issue Tracker
Third Party Issue
Votes
0
Found in
2022.3.22f1
2023.2.16f1
6000.0.0b13
Issue ID
UUM-67782
Regression
Yes
Scene View navigation is unresponsive
Reproduction steps:
1. Open the attached “Repro“ project
2. Open the “Assets/Scenes/SampleScene.unity“ Scene
3. Try to move, look around, or select GameObjects in the Scene View
Expected result: Actions are processed and the Scene View is navigatable
Actual result: Scene View doesn’t respond, inability to navigate, look around or select GameObjects
Reproducible with: 2022.3.14f1, 2022.3.21f1, 2022.3.22f1, 2023.2.16f1, 6000.0.0b13
Not Reproducible with: 2021.3.36f1, 2022.3.13f1
Reproducible on: M1 MacOS 14.3.1
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
An error is being thrown from the Normcore package. That error is sent from a method that is registered to the EditorApplication.delayCall callback. Once an error is thrown from that callback, the other methods that are registered to it don't get called. In recent changes to the Scene view shortcuts, we register a method to that callback to set up the contexts of those shortcuts. Because that error is thrown, the shortcuts are not set up properly and that's why the shortcuts don't work in the Scene view. The error thrown from the Normcore package needs to be addressed in order for the shortcuts to work.