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
- After converting a Built-in project to URP render texture related errors are spammed that can lead to Game view being rendered on top of Scene view
- UI Builder slider value lags and stutters when sliding/modifying certain property values
- "Reset UI Builder Layout" functionality inconsistently changes Canva Size when "Match Game View" is enabled/disabled
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
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.