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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.