Skip to content

Commit 8dcaa6d

Browse files
committed
edited changelog.md and package.json to make this commit 0.0.3-preview.
1 parent 5765f00 commit 8dcaa6d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

com.unity.toonshader/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22
**Unity Toon Shader**
3+
## [0.0.3-preview] - 2021-05-05
4+
* Uniersal RP and HDRP shaders are compatible with SRP 10.
5+
* HDRP shaders' DepthOnlyp path is replaced to DepthForwardOnly path.
6+
* Internal tests are compatible with not only 2019.4 but also 2020.x now.
37

48
## [0.0.2-preview] - 2021-03-30
59
* Legacy shaders are integrated into two shaders.

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.0.2-preview",
4+
"version": "0.0.3-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
"samples": [

0 commit comments

Comments
 (0)