diff options
Diffstat (limited to 'Editor')
| -rw-r--r-- | Editor/tooner.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Editor/tooner.cs b/Editor/tooner.cs index 6f37937..6747bcb 100644 --- a/Editor/tooner.cs +++ b/Editor/tooner.cs @@ -2091,11 +2091,6 @@ public class ToonerGUI : ShaderGUI { TexturePropertySingleLine( MakeLabel(bc, "3D Noise"), bc); - bc = FindProperty("_Gimmick_Fog_00_Noise_Normals"); - TexturePropertySingleLine( - MakeLabel(bc, "3D Noise (RGB normals)"), - bc); - SetKeyword("_GIMMICK_FOG_00_NOISE_3D_NORMALS", bc.textureValue); bc = FindProperty("_Gimmick_Fog_00_Noise_2D"); TexturePropertySingleLine( MakeLabel(bc, "2D Noise (optional)"), |
