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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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.