Search Issue Tracker
By Design
By Design in 6000.4.X
Votes
0
Found in
6000.0.60f1
6000.2.9f1
6000.3.0b7
6000.4.0a3
Issue ID
UUM-122920
Regression
No
IMGUI Debugger Instructions are flickering when the Inspected View is set to Scene and mouse cursor is moved over the Scene View
Steps to reproduce:
- Create a new Unity project using the Universal 3D template
- Open the IMGUI Debugger window (Window > Analysis > IMGUI Debugger)
- Select "Scene" as the Inspected View in the IMGUI Debugger window
- Hover mouse cursor over the Scene View
- Observe the IMGUI Debugger window
Actual results: IMGUI Debugger window results section is flickering
Expected results: The results section is not flickering
Reproducible with versions: 6000.0.60f1, 6000.2.9f1, 6000.3.0b7, 6000.4.0a3
Tested on (OS): MacOS Silicon Sequoia 15.6.1
Notes:
- Does not happen with other windows selected in the Inspected View, only with Scene
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
- Unity Cloud icon does not appear next to project and does not connect correctly when the project is created with Cloud but closed right after creation
- ScrollerSlider in the Scroller Control is still using UXMLTraits
- Crash on ExtractHandles when shutting down the Editor in a specific scene while Burst jobs are in progress
- Unity Hub closes with no "Project is currently open" window when selecting an already open project from the Projects list
- The Hub freezes indefinitely when copy/pasting a lot of characters in the “Set project display name” Hub window since it has no character limit
Resolution Note:
This is an expected behavior in the SceneView as this is a side-effect of nested OnGUI() calls.
Resolution Note (6000.4.X):
This is an expected behavior in the SceneView as this is a side-effect of nested OnGUI() calls.