Search Issue Tracker
Fixed in 2022.3.9f1
Fixed in 2023.2.X
Votes
0
Found in
2023.2.0a7
Issue ID
UUM-30480
Regression
Yes
Error is thrown after creating a 3D HDRP (Sample Scene) template project
How to reproduce:
- Create a new project using the 3D HDRP (Sample Scene) template
Expected results: The project opens without any errors or warnings.
Actual results: An error is shown in the console:
{code:java}
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 <61186344ee47416b83886abf33afd112>:0)
System.Collections.ObjectModel.ReadOnlyCollection`1[T].get_Item (System.Int32 index) (at <61186344ee47416b83886abf33afd112>:0)
UnityEngine.Rendering.HighDefinition.StaticLightingSky.InitComponentFromProfile[T] (T component, T componentFromProfile, System.Type type) (at ./Library/PackageCache/com.unity.render-pipelines.high-definition@16.0.0/Runtime/Sky/StaticLightingSky.cs:228)
UnityEngine.Rendering.HighDefinition.StaticLightingSky.UpdateCurrentStaticLightingVolumetricClouds () (at ./Library/PackageCache/com.unity.render-pipelines.high-definition@16.0.0/Runtime/Sky/StaticLightingSky.cs:286)
UnityEngine.Rendering.HighDefinition.StaticLightingSky.OnEnable () (at ./Library/PackageCache/com.unity.render-pipelines.high-definition@16.0.0/Runtime/Sky/StaticLightingSky.cs:323) {code}
{}Platform used{}: macOS Monterey 12.6
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note (fix version 2022.3.9f1):
Fixed by another internal issue: UUM-45262: ArgumentOutOfRange error on opening HDRP template
Resolution Note (fix version 2023.2):
Fixed by another internal issue: UUM-45262: ArgumentOutOfRange error on opening HDRP template