Search Issue Tracker
By Design
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Resolution Note:
This is an expected behavior in the SceneView as this is a side-effect of nested OnGUI() calls.