Search Issue Tracker
Won't Fix
Votes
0
Found in
2023.3.0b4
6000.0.0b11
Issue ID
UUM-60998
Regression
No
Build Profile - Inspector: Build profile fields become distorted in the "Inspector" window during its resizing
How to reproduce:
- Create a new project
- Go to "File" ->"Build Profiles"
- Select some platform from the list and click the "Add Build Profile" button
- Go to the "Project" section
- Select "Assets" -> "Settings" -> "BuildProfiles"
- Select the created build profile
- Go to the "Inspector" window
- Try to resize the window and observe the fields.
Actual result: The video is added below in the "Attachments" section.
Expected result: Fields should stay tidy.
Reproducible with: 2023.3.0b1, 2023.3.0b3
Not reproducible with: 2023.3.0a19.
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
Windows are being resized below the minimum dimensions they need to look good. They probably have minimums set, but those mins are ignored (by design) when the windows are docked. Besides a major refactor of both the windows themselves and IMGUI to support adaptive layouts, there's not a lot we can do at the framework level to improve this.