Search Issue Tracker
By Design
Votes
1
Found in
2017.4.0f1
2018.4.0f1
2019.1.14f1
2019.2.6f1
2019.3.0a1
2020.1.0a1
Issue ID
1184834
Regression
No
Canvas' and Camera's gizmos resize when Scene View is maximized
How to reproduce:
1. Open the attached '1184834-Canvas-resize-issue.zip' project
2. Open 'SampleScene' Scene
3. Select 2D button in the Scene View
4. Double-click 'Canvas' GameObject in the Hierarchy
5. Select Scene View > Shift + Space
Expected result: Canvas' and Camera's gizmos are not resized
Actual result: Canvas' and Camera's gizmos are resized
Reproducible with: 2017.4.32f1, 2018.4.9f1, 2019.2.6f1, 2019.3.0b4, 2020.1.0a4
Note:
- Not reproducible if Scene View is a separate window
- Not reproducible when maximizing a window using a mouse
- Reproducible on macOS, Windows
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
- [Linux Hub] A new instance of the Hub does not have a Taskbar icon
- Mesh Inspector becomes slow to use when inspecting a large Mesh with Blend Shapes
- [Metal] GfxDeviceMetal::CreateComputeProgram does not check inputs
- The Modes button of the the SerializedField MinMaxGradient is not clickable in the Inspector when indentLevel is more than 0
- Input.GetKey for Left Shift returns true when Right Shift is held down and Left Shift is pressed (and vice versa)
Resolution Note (fix version 2019.3):
The canvas size it tied to the game view size. When the scene view is docked with the game view the size of the game view is modified when the scene view maximizes. Thus the change in the canvas size.