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
- [Happy Harvest] #ThunderLabel text is "\u26C8" instead of "⛈"
- Warning “New Sprite Atlas: There is a mismatch in secondary textures of sprites compared to WhiteUnit, wasting texture space and potentially break draw call batching. Affected Sprites are (Flag)“ is thrown when packing Atlas with Sprite Atlas V2
- Sprite Editor dropdown text is cut-off for options with longer text
- Sprite Editor can't be scrolled horizontally using the trackpad gesture
- BRG picking skips BatchDrawCommandProcedural when selecting the GameObject in the scene
Add comment