diff options
| author | yum <yum.food.vr@gmail.com> | 2024-11-30 16:46:41 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-11-30 16:46:41 -0800 |
| commit | 8232f195185d7550c331a78ed57b1a44746d294b (patch) | |
| tree | c0b93d06a643b7ab0d8d66eb951291e2b643ce78 /Editor | |
| parent | 10609e0207123ad8fb20cf578672b95f8c7ad1d6 (diff) | |
Add cutout noise scale slider
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"); |
