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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.