Search Issue Tracker
In Progress
Fixed in 2022.3.54f1
Fix In Review for 6000.0.31f1, 6000.1.0a7
Votes
0
Found in
2022.3.51f1
6000.0.25f1
6000.1.0a2
Issue ID
UUM-85706
Regression
Yes
It is not possible to hide the toolbar of the Game window when observed in 2022.2 or later streams
How to reproduce:
1. Open [https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/GameView/GameView.cs]
2. Search the page for “DoToolbarGUI();” using CTRL+F
3. Observe the result
4. Select a different branch in the top left corner and compare the result against different streams
Expected result: The “DoToolbarGUI();” function call is placed after an “if (showToolbar)“ condition
Actual result: The “if (showToolbar)” condition does not exist
Reproducible in: 2022.2.1f1, 2022.3.51f1, 6000.0.25f1, 6000.0.0a2
Not reproducible in: 2021.3.45f1, 2022.2.0f1
Reproducible on: Windows 10, Windows 11
Not reproducible on: No other environments tested
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
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
Resolution Note (fix version 6000.1.0a7):
The removed showToolbar property has been reverted and is hooked up to the GameViewToolbar capability as previously.
Resolution Note (fix version 6000.0.31f1):
The removed showToolbar property has been reverted and is hooked up to the GameViewToolbar capability as previously.