Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.3.0b4
Issue ID
959830
Regression
No
CanvasScaler does not scale UI properly if the Camera uses the "Viewport Rect" property
Reproduction steps:
1. Open the attached project "BugReport_UI_CanvasScaler_ViewportRect.zip";
2. Open Scene.unity;
3. Enter a Play mode;
4. Switch to 4:3 in Game view;
5. Select "Modify Camera.rect" GameObject in Hierarchy;
6. Change the "Value" slider in the Inspector from 0 to 0.3;
Expected results: CanvasScaler should take the Camera.rect value into account, to properly scale UI elements.
Actual results: no UI element is scaled - UI elements start to overlap.
Reproduced on: 5.6.3p4, 2017.1.2p1, 2017.2.0f3, 2017.3.0b5, 2018.1.0a1.
Comments (2)
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
JuicyPixels
Sep 27, 2018 15:18
I found something that could work if anyone else is having the same problem: https://answers.unity.com/questions/1313173/scale-a-canvas-based-on-reference-camera-viewport.html
JuicyPixels
Sep 27, 2018 15:16
I'm having exactly the same issue, are there any workarounds?