{
  "id": "unity/urp-renderer-asset-mismatch",
  "signature": "ArgumentException: UniversalRenderPipeline: Renderer asset 'ForwardRenderer' is not compatible with current render pipeline settings.",
  "signature_zh": "参数异常：通用渲染管线：渲染器资源 'ForwardRenderer' 与当前渲染管线设置不兼容。",
  "regex": "ArgumentException: UniversalRenderPipeline: Renderer asset '.*' is not compatible with current render pipeline settings\\.",
  "domain": "unity",
  "category": "config_error",
  "subcategory": null,
  "root_cause": "The assigned renderer asset in the URP pipeline asset is missing, corrupted, or from a different URP version, causing a mismatch.",
  "root_cause_type": "generic",
  "root_cause_zh": "URP 管线资源中分配的渲染器资源缺失、损坏或来自不同的 URP 版本，导致不匹配。",
  "versions": [
    {
      "version": "Unity 2022.3.10f1",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "Unity 2023.1.2f1",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "URP 14.0.8",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "",
      "why_fails": "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.",
      "fail_rate": 0.6,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "Upgrading URP package version without updating the renderer asset often leaves the renderer asset outdated and incompatible.",
      "fail_rate": 0.85,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "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.",
      "success_rate": 0.9,
      "how": "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.",
      "condition": "",
      "sources": []
    },
    {
      "action": "Create a new forward renderer asset via Assets > Create > Rendering > URP Forward Renderer, then assign it in the pipeline asset's Renderer List.",
      "success_rate": 0.85,
      "how": "Create a new forward renderer asset via Assets > Create > Rendering > URP Forward Renderer, then assign it in the pipeline asset's Renderer List.",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [
    "在项目设置 > 图形中，选择正确的 URP 管线资源，然后在其检视面板中确保“渲染器列表”包含有效的渲染器资源（例如“ForwardRenderer”）。如果缺失，点击“+”从项目文件夹添加新的渲染器资源。",
    "通过“资源 > 创建 > 渲染 > URP 前向渲染器”创建新的前向渲染器资源，然后在管线资源的渲染器列表中分配它。"
  ],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": "https://docs.unity3d.com/Packages/com.unity.render-pipelines.universal@14.0/manual/urp-renderer-asset.html",
  "official_doc_section": null,
  "error_code": null,
  "verification_tier": "ai_generated",
  "confidence": 0.85,
  "fix_success_rate": 0.9,
  "resolvable": "true",
  "first_seen": "2023-11-10",
  "last_confirmed": "2024-06-01",
  "last_updated": "2024-06-01",
  "evidence_count": 1,
  "tags": [],
  "locale": "en",
  "aliases": []
}