Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2018.4.X, 2019.4.X
Votes
0
Found in
2020.2.0a4
Issue ID
1229937
Regression
No
Exception thrown on deleting folder from Favorites in Project Browser
If you add folder to Favorites in Project Browser in one project, then open another project that doesn't have such folder and try to delete that folder from the Favorites - it will throw an exception
Reproduces on 2020.2.0a4 on both Windows 10 and Mac
How we can reproduce it
1 Create folder “test” in one project and add it to Favorites
2 Close that project
3 Create and open new project
4 Check Favorites section and you will see that “test” folder is there
5 Click on the “test” item (notice that folder doesn’t exist in this project)
6 The popup window "Folder not found" will appear with 2 buttons - press "Delete"
Actual results: Exception is thrown
ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument, System.ExceptionResource resource) (at <fb001e01371b4adca20013e0ac763896>:0)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "NullReferenceException" error is thrown when swapping between built-in and URP depending on assets loaded out of asset bundles
- Objects receive a black outline in Ray Traced Screen Space Reflections
- NullReferenceException Occurs When Baking APV with GPU Streaming Enabled
- Scene renders incorrectly when using RenderGraphUtils.AddCopyPass
- [URP] Searchable context menu instantly closes when attempting to open it
Add comment