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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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?