Search Issue Tracker
Fixed in 2018.3.X
Fixed in 2018.2.X
Votes
2
Found in
2018.1.0f2
2018.2.0b6
Issue ID
1044235
Regression
Yes
Shadergraph no longer works with the light weight render pipe
DESCRIPTION
Errors and warnings spewed when using the light weight render pipeline, and shadergraph. The shader graph window is incorrectly rendered.
Steps to Reproduce
- Create a new project with the light weight RP template.
- Add Shadergraph from package manager (Version 0.1.17)
NOTICE ISSUE >> Errors and warnings appear in log.
- Project window > right click > create > shader > PBR Graph.
- Open the created shader.
NOTICE ISSUE >> Menu is incorrect.
Image ShaderGraphIssue.png attached.
Warnings.
GUID [ca91dbeb78daa054c9bbe15fef76361c] for asset 'Packages/com.unity.shadergraph/Editor/Data/LightweightPipeline/LightWeightPBRSubShader.cs' conflicts with:
'Packages/com.unity.render-pipelines.lightweight/LWRP/Editor/ShaderGraph/LightWeightPBRSubShader.cs' (current owner)
We can't assign a new GUID because the asset is in an immutable folder. The asset will be ignored.
Errors
Assembly has reference to non-existent assembly 'Unity.ShaderGraph.Editor' (Packages/com.unity.render-pipelines.lightweight/LWRP/Editor/com.unity.render-pipelines.lightweight.Editor.asmdef)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Sprites are cut off when using a custom alpha mask with a custom shader
- Screen.SetResolution() ignores width and height parameters when switching from Fullscreen to Windowed mode
- Crash on il2cpp::vm::Class::Init in the Player when handling FileNotFoundException in cascading catch blocks in async method
- Mesh with vertex animation shader renders incorrectly when using DirectX11 and AMD GPU
- Select Dependencies context menu doesn't work properly in Project Browser
Add comment