Search Issue Tracker
Fixed in 2022.1.X
Fixed in 2021.2.X
Votes
0
Found in
2021.2.0a5
2021.2.0a17
Issue ID
1338322
Regression
Yes
Recent Scenes break after upgrading project
Steps to reproduce:
1. Open project from Case 1300104
2. Open any scene inside the project
3. Open another (different) scene
4. Go to File > Open Recent Scene
5. Pick an entry different from the currently open scene
Actual result: TheĀ scene doesn't open.
Expected result: The scene opens or it shouldn't be added to the "Open Recent Scene" menu.
Note: this issue only appears when upgrading a project from any earlier version to 2021.2.0a5 or above. The Recent Scene functionality was changed to store scene entries by GUID rather than by a string path inside the EditorUserSettings and that fails to upgrade properly.
Workaround: delete all entries related to RecentlyUsedScenePath from YourProject/UserSettings/EditorUserSettings.asset after upgrading to 2021.2.0a5 or later. This way there will be no dangling string entries that break the Open Recent Scene menu.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Add comment