Search Unity

Bug URP is crashing/blocking my game all of the sudden

Discussion in 'Editor & General Support' started by SillyWommers, Jul 24, 2022.

  1. SillyWommers

    SillyWommers

    Joined:
    Jul 1, 2021
    Posts:
    28
    Hi,

    For some reason which I can not pinpoint at all, when I tried to run my game in the editor, which had no issues before. I get now

    Code (CSharp):
    1. IndexOutOfRangeException: Index was outside the bounds of the array.
    2. UnityEngine.Rendering.Universal.UniversalRenderPipelineAsset.get_scriptableRendererData () (at Library/PackageCache/com.unity.render-pipelines.universal@12.1.7/Runtime/Data/UniversalRenderPipelineAsset.cs:547)
    3. UnityEngine.Rendering.Universal.UniversalRenderPipelineAsset.get_defaultShader () (at Library/PackageCache/com.unity.render-pipelines.universal@12.1.7/Runtime/Data/UniversalRenderPipelineAsset.cs:1059)
    4.  
    Tried restarting the project and it did not help. As I'm pretty close to release date I would really appreciate some quick help!
     
  2. DevDunk

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    5,043
    What Unity version?
     
  3. SillyWommers

    SillyWommers

    Joined:
    Jul 1, 2021
    Posts:
    28