Search Issue Tracker
By Design
Votes
0
Found in
2022.1.0b4
Issue ID
1397443
Regression
No
UI toolkit elements are slightly offset on WebGL builds when using pixel perfect sizes
Steps to reproduce:
1. Open attached project (test-uitoolkit.zip)
2. Switch target platform to WebGL
3. Notice the WebGL build resolution is set to 900x600 (Player Settings/Resolution and Presentation)
4. Notice the Game View is set to the same 900x600 resolution and Canvas is set to Match Game View in UI Builder
5. Build and Run on WebGL (Build Settings/Build and Run)
Expected behaviour: UI toolkit buttons should be in the center of the screen, same as Game View and UI Builder preview.
Actual behaviour: The UI toolkit buttons are slightly offset upwards and to the left (see screenshot).
Note: Doesn't happen on macOS builds either.
Reproduced with: 2022.1.0b4
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
- Progress indicator in Meta Quest Build Profile configuration is barely visible
- Slightly transparent objects disappear completely in Web Player when using RenderGraph
- Visual Scripting Components are hidden behind a throbber when Multiplayer Play Mode is running with at least one local instance
- Video Player does not throw an error when playing a video with unsupported encoding settings
- Errors indicating that TMP Extras were not Imported logged when opening the Render Pipeline Converter Window while in Play Mode
Resolution Note:
To bypass dpi panel scaling, one must use the "Constant Pixel Size" in the PanelSetting assets. User project was configured with "Constant Physical Size" which will attempt to scale according to the desktop dpi