Skip to content

Commit 36d0ae9

Browse files
committed
Next version is 0.7.2-preview
1 parent 384c536 commit 36d0ae9

File tree

8 files changed

+11
-7
lines changed

8 files changed

+11
-7
lines changed

com.unity.toonshader/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## [0.7.2-preview] - 2022-05-27
3+
### Updated:
4+
* Next Version is 0.7.2-preview
5+
26
## [0.7.1-preview] - 2022-05-26
37
### Updated:
48
* Polished docs.

com.unity.toonshader/Editor/UTS3GUI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ internal partial class UTS3GUI : UnityEditor.ShaderGUI
1313

1414
protected const float kVersionX = 0.0f;
1515
protected const float kVersionY = 7.0f;
16-
protected const float kVersionZ = 1.0f;
16+
protected const float kVersionZ = 2.0f;
1717

1818
// Render Pipelines UTS supports are the followings
1919
internal enum RenderPipeline

com.unity.toonshader/Runtime/HDRP/Shaders/HDRPToon.shader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Shader "HDRP/Toon"
1414
[HideInInspector] [Enum(OFF, 0, ON, 1)] _isUnityToonshader("Material is touched by Unity Toon Shader", Int) = 1
1515
[HideInInspector] _utsVersionX("VersionX", Float) = 0
1616
[HideInInspector] _utsVersionY("VersionY", Float) = 7
17-
[HideInInspector] _utsVersionZ("VersionZ", Float) = 1
17+
[HideInInspector] _utsVersionZ("VersionZ", Float) = 2
1818

1919

2020
// Reminder. Color here are in linear but the UI (color picker) do the conversion sRGB to linear

com.unity.toonshader/Runtime/HDRP/Shaders/HDRPToonTessellation.shader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Shader "HDRP/ToonTessellation"
1414
[HideInInspector] [Enum(OFF, 0, ON, 1)] _isUnityToonshader("Material is touched by Unity Toon Shader", Int) = 1
1515
[HideInInspector] _utsVersionX("VersionX", Float) = 0
1616
[HideInInspector] _utsVersionY("VersionY", Float) = 7
17-
[HideInInspector] _utsVersionZ("VersionZ", Float) = 1
17+
[HideInInspector] _utsVersionZ("VersionZ", Float) = 2
1818

1919

2020
// Reminder. Color here are in linear but the UI (color picker) do the conversion sRGB to linear

com.unity.toonshader/Runtime/Legacy/Shaders/LegacyToon.shader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Shader "Toon (Built-in)" {
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) = 7
11-
[HideInInspector] _utsVersionZ("VersionZ", Float) = 1
11+
[HideInInspector] _utsVersionZ("VersionZ", Float) = 2
1212
[HideInInspector] _utsTechnique ("Technique", int ) = 0 //DWF
1313
[HideInInspector] _AutoRenderQueue("Automatic Render Queue ", int) = 1
1414

com.unity.toonshader/Runtime/Legacy/Shaders/LegacyToonTessellation.shader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Shader "ToonTessellation (Built-in)" {
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) = 7
11-
[HideInInspector] _utsVersionZ("VersionZ", Float) = 1
11+
[HideInInspector] _utsVersionZ("VersionZ", Float) = 2
1212
[HideInInspector] _utsTechnique ("Technique", int ) = 0 //DWF
1313
[HideInInspector] _AutoRenderQueue("Automatic Render Queue ", int) = 1
1414

com.unity.toonshader/Runtime/UniversalRP/Shaders/UniversalToon.shader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Shader "Universal Render Pipeline/Toon" {
99
[HideInInspector] [Enum(OFF, 0, ON, 1)] _isUnityToonshader("Material is touched by Unity Toon Shader", Int) = 1
1010
[HideInInspector] _utsVersionX("VersionX", Float) = 0
1111
[HideInInspector] _utsVersionY("VersionY", Float) = 7
12-
[HideInInspector] _utsVersionZ("VersionZ", Float) = 1
12+
[HideInInspector] _utsVersionZ("VersionZ", Float) = 2
1313

1414
[HideInInspector] _utsTechnique("Technique", int) = 0 //DWF
1515
[HideInInspector] _AutoRenderQueue("Automatic Render Queue ", int) = 1

com.unity.toonshader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.toonshader",
33
"displayName":"Unity Toon Shader",
4-
"version": "0.7.1-preview",
4+
"version": "0.7.2-preview",
55
"unity": "2019.4",
66
"description": "Unity Toon Shader (Unity-Chan Toon Shader 3) is a toon shader for images and video that is designed to meet the needs of creators working on cel-shaded 3DCG animations.\nUnlike other pre-render toon shaders, all features can be adjusted in real time on Unity, which is the greatest feature of UTS.\n\nUTS has great power and makes a wide variety of character designs possible, from cel-shaded to light novel illustration styles.\n\nUTS has the 3 basic layers of Base Color, 1st Shade Color, and 2nd Shade Color, colors and textures can also accept a wide variety of customization options, such as High Color, Rim Light, MatCap (sphere mapping), and Emissive (light emission).The level of gradation (feather) between colors can also be adjusted in Unity in real-time.\n\nMore precisely, View documentation above.",
77
"dependencies":

0 commit comments

Comments
 (0)