Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.1
2021.2
Issue ID
1319009
Regression
Yes
Certain Buttons in the Editor Toolbar are not visible (covered up by play mode buttons) when Editor Window is at minimum width
At minimum window width, the Experimental Packages in Use button in the Editor Toolbar is not visible at all, being completely covered by the PlayMode buttons.
Reproduction steps:
1. Open a project with an experimental package installed or create a new project and add an experimental project through the manifest
- for example, add "com.unity.upm.develop": "0.3.0" to an existing project manifest
2. Maximize the Unity Editor and verify that the 'Experimental Packages in Use' button is visible in the toolbar
- on smaller screens, it may just be an icon button- it's still identifiable as 'Experimental Packages in Use' by the orange/yellow border and black background
3. Shrink the Editor Window to its minimum width
Expected Result:
- The 'Experimental Packages in Use' button is still visible in the toolbar, as an icon button at least
Actual Result:
- the 'Experimental Packages in Use' button is not visible, completely covered by the Play Mode buttons; see attached image
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
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
- Last segment of a Sprite Shape Spline is affected by other segments' Sprite Variant change when no edge Sprite is selected
Resolution Note (2021.2.X):
Toolbars are tentatively scheduled for improvements in 2022. Proper support for overflow is on the proposed scope of work. Until then, toolbars are going to clip the left and right contents to ensure that the play buttons are visible. Increasing the minimum editor size would be in my opinion a regression, given that there is real benefit for users on small screens vs. the relatively minor tradeoff of clipping contents. Compounded with the fact that packages like DOTS are adding more buttons to this toolbar, I don't believe simply increasing the editor width would be an improvement..