Version that works with Lightweight RP and Shader Graph

Hello,

what version of the Unity Linux editor works with the packages from package manager? Because b8 doesn’t seem to work correctly when I download the packages - or do I need to download older version of the package? (If so, which one?)

Hi, please try the b13 build.

The 2018.1.0f2 release doesn’t work either </3

This sucks because shader graph was the thing i was most excited for </3

I’ve fixed the LWRP and shadergraph on my build temporarily, you just need to change the lines which include “common.hlsl” to “Common.hlsl” in the affected/errored out shaders since Linux is case-sensitive. This fix works for me but it might not work for you I’m assuming shader errors is what you’re having.

If your blackboard is missing (mine was) , as a quick fix you can replace your “GraphEditorView.cs” in your .config/unity3d/cache/shadergraph… with this one “ShaderGraph/com.unity.shadergraph/Editor/Drawing/Views/GraphEditorView.cs at 0db50edd39ee90c7a6c900c3b884825c5cb46d2f · Unity-Technologies/ShaderGraph · GitHub

1 Like

Unity 2018.1.3f1. I’ve changed “common.hlsl” to “Common.hlsl”, but still seeing the pink color. Not getting any errors in the console.
Also, thank you Unity devs for all your hard work.