Search Issue Tracker
Fixed in 7.0.0
Votes
0
Found in [Package]
7.0.0
Issue ID
1154925
Regression
Yes
[LWRP] Upgrading LWRP package to 7.0.0 breaks ForwardRenderData asset in resource files
Steps to reproduce:
1) Download SRP repo from here: https://github.com/Unity-Technologies/ScriptableRenderPipeline
2) Open UnityHub and create a new Lightweight template project
3) Add local packages from github repo in this order: CoreSRP >> ShaderGraph >> LWRP
Once LWRP package compiles, observe the Console window (check attached images):
Missing . ScreenSpaceShadowResolvePass render pass will not execute. Check for missing reference in the renderer resources.
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Missing . SceneViewDepthCopyPass render pass will not execute. Check for missing reference in the renderer resources.
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Expected result: No errors once LWRP package is upgraded
Reproduced with:
2019.3.0a3
LWRP package 7.0.0
Note: There are no errors when upgrading LWRP package from 6.5.2 to 6.5.3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
- Alpha Tolerance setting does not affect generated outlines when generating Custom Physics Shape in the Sprite Editor
- The information/help message section misses a margin in the "Profiler" window
Add comment