unity config_error ai_generated true

ArgumentException: UniversalRenderPipeline: Renderer asset 'ForwardRenderer' is not compatible with current render pipeline settings.

ID: unity/urp-renderer-asset-mismatch

Also available as: JSON · Markdown · 中文
90%Fix Rate
85%Confidence
1Evidence
2023-11-10First Seen

Version Compatibility

VersionStatusIntroducedDeprecatedNotes
Unity 2022.3.10f1 active
Unity 2023.1.2f1 active
URP 14.0.8 active

Root Cause

The assigned renderer asset in the URP pipeline asset is missing, corrupted, or from a different URP version, causing a mismatch.

generic

中文

URP 管线资源中分配的渲染器资源缺失、损坏或来自不同的 URP 版本,导致不匹配。

Official Documentation

https://docs.unity3d.com/Packages/[email protected]/manual/urp-renderer-asset.html

Workarounds

  1. 90% success In the Project Settings > Graphics, select the correct URP pipeline asset, then in its Inspector, ensure the 'Renderer List' contains a valid renderer asset (e.g., 'ForwardRenderer'). If missing, click the '+' to add a new renderer asset from the project folder.
    In the Project Settings > Graphics, select the correct URP pipeline asset, then in its Inspector, ensure the 'Renderer List' contains a valid renderer asset (e.g., 'ForwardRenderer'). If missing, click the '+' to add a new renderer asset from the project folder.
  2. 85% success Create a new forward renderer asset via Assets > Create > Rendering > URP Forward Renderer, then assign it in the pipeline asset's Renderer List.
    Create a new forward renderer asset via Assets > Create > Rendering > URP Forward Renderer, then assign it in the pipeline asset's Renderer List.

中文步骤

  1. 在项目设置 > 图形中,选择正确的 URP 管线资源,然后在其检视面板中确保“渲染器列表”包含有效的渲染器资源(例如“ForwardRenderer”)。如果缺失,点击“+”从项目文件夹添加新的渲染器资源。
  2. 通过“资源 > 创建 > 渲染 > URP 前向渲染器”创建新的前向渲染器资源,然后在管线资源的渲染器列表中分配它。

Dead Ends

Common approaches that don't work:

  1. 60% fail

    Deleting and recreating the pipeline asset from scratch without reassigning the renderer asset may still produce the same error if the renderer is not properly set.

  2. 85% fail

    Upgrading URP package version without updating the renderer asset often leaves the renderer asset outdated and incompatible.