Unity:ShaderGraph to ShaderCode

There is a way to convert shader graph to shader code.You can open the graph, right click the master node and select "Copy shader".Paste the shader code to your shader file.Example: Vertex Color Shader Shader "Unlit Master" { Properties { } SubShader { Tags{ "RenderPipeline" = "LightweightPipeline"…