Skip to content

Commit

Permalink
Merge pull request #2344 from Santarh/suppressShaderCompileError
Browse files Browse the repository at this point in the history
Suppress shader compile errors when URP is not imported.
  • Loading branch information
Santarh authored Jul 4, 2024
2 parents 8ea82c4 + e283f5a commit 8b1dd96
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8b1dd96

Please sign in to comment.