mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-14 06:19:47 -05:00
Merge pull request #2344 from Santarh/suppressShaderCompileError
Suppress shader compile errors when URP is not imported.
This commit is contained in:
commit
8b1dd9602c
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user