Search Issue Tracker
Won't Fix
Won't Fix in 1.8.X
Votes
0
Found in [Package]
1.8.25
Issue ID
BUR-2914
Regression
No
Text in the Burst Inspector Left side panel overlaps/goes out of bounds when scrolling
Steps to reproduce:
- Create a new Unity project using the Universal 3D template
- Open the Burst Inspector window (Jobs > Burst > Open Inspector...)
- Slowly scroll in the Left side panel
- Observe the Burst Inspector window
Actual results: Text goes out of bounds in the left side panel
Expected results: Text does not go out of bounds or overlap with anything, is confined to the left side panel
Reproducible with versions: 6000.0.60f1, 6000.2.8f1, 6000.3.0b6, 6000.4.0a2
Tested on (OS): MacOS Silicon Sequoia 15.6.1, Ubuntu 24.04
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
- Multiplayer Play Mode package throws ArgumentNullException and can't be installed via Package Manager
- Video preview in the Inspector freezes shortly after the first play and does not recover until paused and replayed
- MSB3277 conflicts between different versions of "System.Numerics.Vectors" when using DotNet 11.0
- "Cannot create Settings Providers for: CreateAllChildSettingsProviders" error is thrown in the Console after fixing PolySpatial visionOS package validation error after installing XR Interaction Toolkit VisionOS Sample
- "Unable to find style 'VideoClipImporterLabel' in skin 'GameSkin' " warning thrown when converting the Video Clip Inspector to a floating window in Play mode
Resolution Note:
The rendering of the joblist is handled by the TreeView class in UnityEditor.IMGUI.Controls (https://docs.unity3d.com/6000.3/Documentation/ScriptReference/IMGUI.Controls.TreeView.html), which is obsolete and unfortunately likely won't be updated anymore. The rendering itself is not related to any burst customizations.
Resolution Note (1.8.X):
The rendering of the joblist is handled by the TreeView class in UnityEditor.IMGUI.Controls (https://docs.unity3d.com/6000.3/Documentation/ScriptReference/IMGUI.Controls.TreeView.html), which is obsolete and unfortunately likely won't be updated anymore. The rendering itself is not related to any burst customizations.