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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
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.