Search Issue Tracker
Won't Fix
Votes
3
Found in
2023.1.0b4
Issue ID
UUM-34312
Regression
Yes
2D projects created with versions from 2023.1.0a25 to 2023.1.0b4 fail to upgrade to 2023.1.0b9 and later 2023.1.0bX versions
How to reproduce:
1. Create a new 2D project
2. Close the project
3. Open the project with 2023.1.0b9 or a newer version
Expected result: The project opens in the selected editor
Actual Result: The project does not open, and the editor gives the following message “No valid user created or default window layout found“
Reproducible with: 2023.1.0a25, 2023.1.0b4
Not reproducible with: 2020.3.47f1, 2021.3.24f1, 2022.2.17f1, 2023.1.0a24, 2023.2.0a12
Fixed in: 2023.1.0b5
Reproducible on: Windows 10, Windows 11
Workaround: Change it to one of the 2022 versions and then upgrade to the desired 2023.1.0bX version
Comments (2)
-
xeniaernesta66
Oct 12, 2023 09:16
Regardless of your age, you can dive into these games without feeling out of place.
-
perholmes
May 23, 2023 13:28
It's possible to create new projects and open them, but every single existing project we have now cannot be opened. I've studied the function LoadLastUsedLayoutForCurrentMode in WindowLayout.cs that creates the dialog, and it seems broken and unable to reset the factory layout. Been in a loop all afternoon and running out of things to try.
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
- [iOS] "UnityBatchPlayerLoop()" causes a freeze in the iOS application when it is put to the background and brought back to the foreground
- "Perform Selected" of Shortcut Manager window does not perform the shortcut in some cases
- Crash on mono_get_hazardous_pointer when running Play Mode tests in a specific project
- [iOS] ‘확인’(Done) and '취소'(Cancel) text is displayed as '...' in the on-screen keyboard when the System preferred language is set to Korean
- [sw-unity-6-1] Shadergraph panning area size is constant regardless of the size or the zoom level
Resolution Note:
It is fixed in later version of Unity. It seems a change has happened in between versions that made serialization of EditorWindows (which are failing while loading the default layout in this specific case) but it was fixed in a later version.