├── .gitignore ├── HDRPDetailAlbedoBlend.shadersubgraph ├── HDRPDetailAlbedoBlend.shadersubgraph.meta ├── HDRPDetailSmoothnessBlend.shadersubgraph ├── HDRPDetailSmoothnessBlend.shadersubgraph.meta ├── Lit_Graph.shadergraph ├── Lit_Graph.shadergraph.meta ├── README.md ├── README.md.meta ├── UVSelection.shadersubgraph └── UVSelection.shadersubgraph.meta /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RemyUnity/SG-HDRP-Lit/HEAD/.gitignore -------------------------------------------------------------------------------- /HDRPDetailAlbedoBlend.shadersubgraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RemyUnity/SG-HDRP-Lit/HEAD/HDRPDetailAlbedoBlend.shadersubgraph -------------------------------------------------------------------------------- /HDRPDetailAlbedoBlend.shadersubgraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RemyUnity/SG-HDRP-Lit/HEAD/HDRPDetailAlbedoBlend.shadersubgraph.meta -------------------------------------------------------------------------------- /HDRPDetailSmoothnessBlend.shadersubgraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RemyUnity/SG-HDRP-Lit/HEAD/HDRPDetailSmoothnessBlend.shadersubgraph -------------------------------------------------------------------------------- /HDRPDetailSmoothnessBlend.shadersubgraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RemyUnity/SG-HDRP-Lit/HEAD/HDRPDetailSmoothnessBlend.shadersubgraph.meta -------------------------------------------------------------------------------- /Lit_Graph.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RemyUnity/SG-HDRP-Lit/HEAD/Lit_Graph.shadergraph -------------------------------------------------------------------------------- /Lit_Graph.shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RemyUnity/SG-HDRP-Lit/HEAD/Lit_Graph.shadergraph.meta -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RemyUnity/SG-HDRP-Lit/HEAD/README.md -------------------------------------------------------------------------------- /README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RemyUnity/SG-HDRP-Lit/HEAD/README.md.meta -------------------------------------------------------------------------------- /UVSelection.shadersubgraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RemyUnity/SG-HDRP-Lit/HEAD/UVSelection.shadersubgraph -------------------------------------------------------------------------------- /UVSelection.shadersubgraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RemyUnity/SG-HDRP-Lit/HEAD/UVSelection.shadersubgraph.meta --------------------------------------------------------------------------------