Skip to content

Commit af4ec31

Browse files
committed
updated package.jsojn and changgelog.md for 0.0.2-preview
1 parent 9c676e6 commit af4ec31

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

com.unity.toonshader/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22
**Unity Toon Shader**
33

4+
## [0.0.2-preview] - 2021-03-30
5+
* Legacy shaders are integrated into two shaders.
6+
* The number of textures is reduced experimental
7+
* Added Clipping Matte feature for HDRP.
8+
* Removed almost all the warrnings when compiling shaders.
9+
* Grafted graphics tests from Scriptable Render Pipelines.
10+
* Reorganized documents.
11+
* Reorganized repository folder structure.
12+
* Added feature model list FeatureModel_en.md
413

514
## [0.0.1-preview] - 2021-03-11
615

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

0 commit comments

Comments
 (0)