Disable projection onto decal shaders

This commit is contained in:
2020-06-29 19:13:51 -07:00
parent 261da9194b
commit 1ad6a1fa50
7 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ Shader "ConformalDecals/SelectionGlow"
}
SubShader
{
Tags { "Queue" = "Transparent" }
Tags { "Queue" = "Transparent" "IgnoreProjector" = "true" }
Cull Back
ZWrite Off