diff options
Diffstat (limited to 'Editor')
| -rw-r--r-- | Editor/tooner.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Editor/tooner.cs b/Editor/tooner.cs index 3453e4d..e9ba50e 100644 --- a/Editor/tooner.cs +++ b/Editor/tooner.cs @@ -2524,6 +2524,9 @@ public class ToonerGUI : ShaderGUI { EditorGUI.indentLevel -= 1; } + bc = FindProperty("_Rendering_Cutout_Noise_Scale"); + FloatProperty(bc, "Cutout noise scale"); + bc = FindProperty("_Frame_Counter"); FloatProperty(bc, "Frame counter"); |
