Skip to content

Commit ad46501

Browse files
authored
Updated the version numbers in the .shader files. (#301)
1 parent f74b578 commit ad46501

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

com.unity.toonshader/Runtime/Integrated/Shaders/UnityToon.shader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Shader "Toon" {
88
[HideInInspector][Enum(OFF, 0, ON, 1)] _isUnityToonshader("Material is touched by Unity Toon Shader", Int) = 1
99
[HideInInspector] _utsVersionX("VersionX", Float) = 0
1010
[HideInInspector] _utsVersionY("VersionY", Float) = 9
11-
[HideInInspector] _utsVersionZ("VersionZ", Float) = 1
11+
[HideInInspector] _utsVersionZ("VersionZ", Float) = 2
1212
[HideInInspector] _utsTechnique ("Technique", int ) = 0 //DWF
1313
_AutoRenderQueue("Automatic Render Queue ", int) = 1
1414

com.unity.toonshader/Runtime/Integrated/Shaders/UnityToonTessellation.shader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Shader "Toon(Tessellation)" {
88
[HideInInspector][Enum(OFF, 0, ON, 1)] _isUnityToonshader("Material is touched by Unity Toon Shader", Int) = 1
99
[HideInInspector] _utsVersionX("VersionX", Float) = 0
1010
[HideInInspector] _utsVersionY("VersionY", Float) = 9
11-
[HideInInspector] _utsVersionZ("VersionZ", Float) = 1
11+
[HideInInspector] _utsVersionZ("VersionZ", Float) = 2
1212
[HideInInspector] _utsTechnique ("Technique", int ) = 0 //DWF
1313
_AutoRenderQueue("Automatic Render Queue ", int) = 1
1414

0 commit comments

Comments
 (0)