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
- GenericDropdownMenu does not disappear when a dropdown selection that is shown with PopupWindow.Show() is pressed
- Environment is partially black when re-opening the newly created HDRP project for the second time
- Manual Reference button for Render Graph section in Rendering Debugger opens a missing Manual page
- Water Surface is missing the Wireframe when Scene is switched to Shaded Wireframe mode
- Water surface is not rendered when using Unlit Draw Scene view mode
Add comment