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
- Invalid Clip Method
- WebGPU error with Fantasy Kingdom and GPU Resident Drawer
- WebGPU fails with height fog in Fantasy Kingdom
- Crash on UndoManager::RegisterUndoInternal when applying added GameObjects to a Prefab
- [Asset Bundles] A new bundle hash is not generated when the name of a serialized field is changed
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.