Search Issue Tracker
By Design
By Design in 2023.2.X
Votes
0
Found in
2020.3.46f1
2021.3.23f1
2022.2.13f1
2023.1.0b10
2023.2.0a8
Issue ID
UUM-31365
Regression
No
Resetting layout does not reset window position and size
How to reproduce:
1. Open the attached project “EmptyProject.zip“
2. Open the Project Settings (Edit > Project Settings…)
3. Make the Project Settings window wide (drag it with the mouse)
4. Reset all layouts (Window > Layout > Reset All Layouts)
5. Open the Project Settings ( Edit > Project Settings…)
Expected result: The Project Settings window is reset to it’s default size and it’s default position
Actual result: The Project Settings window uses the same size and location as before
Reproducible with: 2020.3.46f1, 2021.3.23f1, 2022.2.13f1, 2023.1.0b10, 2023.2.0a8
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:
If a layout doesn't contain a specific window, resetting this layout has no effect on the future position of this window.
In that case the user would have to save the settings window in a specific layout and restore it to the same size when loading that layout.
Alternatively each time the settings window is opened and closed we save its dimension for further use. but these dimensions are saved in preferences and not affected by Reset All Layouts.
Resolution Note (2023.2.X):
If a layout doesn't contain a specific window, resetting this layout has no effect on the future position of this window.
In that case the user would have to save the settings window in a specific layout and restore it to the same size when loading that layout.
Alternatively each time the settings window is opened and closed we save its dimension for further use. but these dimensions are saved in preferences and not affected by Reset All Layouts.