Merge pull request #2344 from Santarh/suppressShaderCompileError

Suppress shader compile errors when URP is not imported.
This commit is contained in:
Masataka SUMI
2024-07-04 16:25:08 +09:00
committed by GitHub

View File

@@ -67,6 +67,12 @@ Shader "VRM10/Universal Render Pipeline/MToon10"
// Shader Model 3.0
SubShader
{
PackageRequirements
{
"unity": "2021.3"
"com.unity.render-pipelines.universal": "12.0.0"
}
Tags
{
"RenderType" = "Opaque"