Search Issue Tracker

Duplicate

Votes

1

Found in

2021.2.0a9

2021.2.0a10

Issue ID

1322972

Regression

Yes

[URP] NotSupportedException errors are thrown on opening URP template project

URP Features

-

NotSupportedException: ForwardRendererData has been deprecated errors thrown on opening URP template project.

Steps to repro:
1. Create a new URP template project.

Actual Result:
NotSupportedException errors are thrown in the console.

Expected Result:
No error in the console.

Reproducible in:
2021.2.0a10, 2021.2.0a9.

Working fine:
2021.2.0a8, 2021.1.0f1.

Environment:
Occurring on Windows 10 & Mac 10.15.

Stack trace:
NotSupportedException: ForwardRendererData has been deprecated. Use UniversalRendererData instead
UnityEngine.Rendering.Universal.ForwardRendererData.Create () (at library/packagecache/com.unity.render-pipelines.universal@12.0.0/runtime/forwardrendererdata.cs:57)
UnityEngine.Rendering.Universal.ScriptableRendererData.InternalCreateRenderer () (at library/packagecache/com.unity.render-pipelines.universal@12.0.0/runtime/scriptablerendererdata.cs:52)
UnityEngine.Rendering.Universal.UniversalRenderPipelineAsset.CreateRenderers () (at library/packagecache/com.unity.render-pipelines.universal@12.0.0/runtime/data/universalrenderpipelineasset.cs:360)
UnityEngine.Rendering.Universal.UniversalRenderPipelineAsset.CreatePipeline () (at library/packagecache/com.unity.render-pipelines.universal@12.0.0/runtime/data/universalrenderpipelineasset.cs:310)
UnityEngine.Rendering.RenderPipelineAsset.InternalCreatePipeline () (at <cf2386df99904f30a4c5e83b165f15d0>:0)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&)

Comments (2)

  1. Aymeric78987

    Jun 20, 2021 14:05

    You can either (I tested both):
    - "select all the RendererData and RenderPipeline assets in project, right click and re-import them."
    from https://www.reddit.com/r/Unity3D/comments/o08f2n/forwardrendererdata_has_been_deprecated_use/
    - or just Create/Rendering/URP Universal Renderer, assign it in the RenderPipelineAssets used for the different quality settings and you can delete the ForwardRendererData

  2. rakimaki99

    Jun 15, 2021 07:49

    Did you fidn a solution?

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.