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
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)
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
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
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
rakimaki99
Jun 15, 2021 07:49
Did you fidn a solution?