Not signed in
Copyright © 2026 Unity Technologies
The removed showToolbar property has been reverted and is hooked up to the GameViewToolbar capability as previously.
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
Sign in to see your voted issues