Unity Issue Tracker - ArgumentOutOfRangeException when entering Play Mode in the Benchmark scene of the new URP Template Scenes project
Closed
UUM-56650
ArgumentOutOfRangeException when entering Play Mode in the Benchmark scene of the new URP Template Scenes project
Unity: Universal RP
Third Party Issue
2022.3.X
This issue is no longer reproducible with the latest URP Samples and Unity 2022.3.21f1
Repro steps:
create a new project with the latest 2022.3 and the new URP Sample Scenes template
Locate and open the Benchmark Scene in SharedAssets/Benchmark
Enter Play mode
Notice the console error:
ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
System.Collections.Generic.List`1[T].get_Item (System.Int32 index) (at <834b2ded5dad441e8c7a4287897d63c7>:0)
Benchmarking.PerformanceTest.Start () (at Assets/SharedAssets/Benchmark/PerformanceTest.cs:247)
Expected results: the console should only show errors or warnings that are a result of the User doing something. New projects should not display any errors or warnings.
Prioritise and Follow this issue
Have a workaround or additional info about this issue?