Search Issue Tracker
By Design
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
- UI Builder can't set a background image to a sprite from a multi-sprite spritesheet in the Resources folder
- Light2D freeform does not render the internal part when rendered in certain shapes
- Using AddCopyPass causes an incorrect merging of passes.
- Negative Enum value is not pasted correctly when copying from another array
- Silent Crash when generating Lightmap UVs for a model with a large object scale
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.