diff options
Diffstat (limited to 'Editor')
| -rw-r--r-- | Editor/tooner.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Editor/tooner.cs b/Editor/tooner.cs index 4d96d76..b51facb 100644 --- a/Editor/tooner.cs +++ b/Editor/tooner.cs @@ -514,6 +514,11 @@ public class ToonerGUI : ShaderGUI { bc = FindProperty($"_Matcap{i}Normal_Str"); editor.RangeProperty(bc, "Strength"); + + bc = FindProperty($"_Matcap{i}Normal_UV_Select"); + editor.RangeProperty( + bc, + "UV channel"); } EditorGUI.indentLevel -= 1; } |
