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
- "Browse" button for Xcode in the "Build Profiles" window is too big
- USS styles fail to inherit correctly when contentContainer is overridden in a custom control
- Copying and pasting Animator Transitions leads to unexpected behaviour
- "ShaderGraph" misses a space in the "Project Settings" section
- UI Builder inspector’s checkbox fields can be activated when clicking anywhere in the value field
Add comment