Skip to content

Commit 17cbc63

Browse files
authored
release: 0.12.0-preview (#482)
* update package.json and changelog
1 parent 707e876 commit 17cbc63

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

com.unity.toonshader/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.12.0-preview] - 2025-07-28
4+
5+
### Added
6+
* feat: make toon URP work show basic colors/texture and outline in 2D light environment
7+
8+
### Changed
9+
* doc: improve documentation accessibility
10+
11+
### Fixed
12+
* fix: errors when unlit mode is selected in the SceneView
13+
* fix: undefined punctual shadow keywords for HDRP in Unity 6000.0 or later
14+
* fix: dark areas instead of outlines in WebGL and OpenGL
15+
16+
317
## [0.11.1-preview] - 2025-06-12
418

519
### Added

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.11.1-preview",
4+
"version": "0.12.0-preview",
55
"unity": "2021.3",
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)