Search Issue Tracker
By Design
Votes
0
Found in
2021.3.31f1
2022.3.11f1
2023.1.17f1
2023.2.0b14
2023.3.0a11
Issue ID
UUM-53874
Regression
No
Deleted layout displayed in the "Select editor layout" section after its deletion
Steps to reproduce:
- Create and open any project
- Go to the "Select editor layout" section which by default should present the "Default" option, which is above the "Inspector" window (top right corner)
- Create a new layout
- After creation, select it
- When it is selected, find the "Delete Layout" option and select it
- From the sub-menu select the same layout and delete it
- Go to the "Select editor layout" section and observe it
Expected Result: The "Default" option should be displayed as the selected layout was deleted.
Actual Result: The deleted layout title is still presented. Video added in the "Attachments" section.
Reproducible with: 2023.3.0a11, 2023.2.0b14, 2023.1.17f1, 2022.3.11f1, 2021.3.31f1.
Confirmed OS: Sonoma 14.0
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
I have talked with some Layout devs. We concur that the current behavior is ok:
- You select a custom layout and load it. This becomes your current layout
- You delete the file corresponding to the current layout.
- We have the choice of switching to another layout or keeping your current layout. We have chosen to keep the current layout to avoid changing the layout under the user feet since it is disruptin. User can change layout manually after that.