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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.