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
- Texture is not applied on a Custom Render Texture when a Cubemap is selected as the texture
- 2D light leaks through ShadowCaster2D when ShadowCaster2D components are disabled then re enabled at runtime in Player builds
- Unity Hub redirects to The Unity Roadmap when navigating to “Send Feedback” option
- UI Toolkit throws warning and fails to clear references when fields are not typed as UnityEngine.Object
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
Resolution Note (2019.3.X):
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.