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
- ACES Tonemapping causes banding artifacts and negative values in ColorGradingLUT when HDR is enabled and "High Dynamic Range" Grading mode is selected while Android Platform is used
- Android Player freezes when an Audio Source is playing and an incoming call is picked up and then hung up and the Audio Source is started again
- Green success icon is poorly visible in the light Unity theme
- Incorrect input into the Input Field when using Microsoft IME Japanese
- Multiplayer role "ClientAndServer" is displayed without the spaces in the "Play Mode Scenarios" window
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