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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.