Search Issue Tracker
Fixed in 2021.1.X
Fixed in 2020.3.X
Votes
9
Found in
2017.4
2018.4
2019.2
2019.3
2020.1
Issue ID
1178725
Regression
No
[WebGL] Builds don't allow separate control on canvas render buffer size
To reproduce:
1) Create a new project
2) Add a Sphere to the scene (and make it bigger to see the issue better, for example, 5/5/5 in Scale)
3) Switch to WebGL
4) Go to Player Settings
5) Set resolution to 300x300
6) Build and run it
7) Open dev console in the browser
8) Run the following block in it"
document.querySelector('canvas').width = 300;
document.querySelector('canvas').height = 300;
document.querySelector('canvas').style.width = '900px';
document.querySelector('canvas').style.height = '300px';
Expected: The sphere gets stretched (or squished if you set style.width less than 300)
Actual: The sphere stays the same
Reproduced in 2017.4.0f1, 2019.2.2f1, 2020.1.0a1
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
- “Readme” Asset is unreadable in the Inspector window when switching Editor Theme to Light
- “NullReferenceException” error thrown when switching Editor Theme to Light if “Unity Version Control” tab is enabled
- A Warning is displayed in the Inspector when a Mesh with any Material is added as a Terrain Detail
- [Android][Vulkan] Memory leak when playing and stopping a video using the Video Player on some devices
- Caret moves by a character when typing "." and any number into 'Grid and Snap' toolbar's input field
Resolution Note (fix version 2021.1):
Fixed in Unity 2021.1.0a2, "matchWebGLToCanvasSize: false;" option was added and should be uncommented in the "index.html" file
Resolution Note (fix version 2020.3):
Fixed in Unity 2020.3.3f1