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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment