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
- [HDRP Wizard] Reload Window fails to reload the HDRP Wizard window
- [HDRP Wizard] Fix All button is not presented using the macOS system
- "InvalidCastException: Specified cast is not valid" is thrown when Generating Lighting with "Virtual Offset" enabled in APV, and a static Skinned Mesh Rendered with a Mesh Filter Component is in the Scene
- TMP material doesn't update when using Localized Property to change the font assets
- New Artifact generated for Video when reimporting with identical settings
Add comment