Skip to content

Commit 474de3c

Browse files
author
lilxyzw
committed
chore: update version to 2.3.0
1 parent 1ddeefd commit 474de3c

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

Assets/lilToon/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.3.0] - 2025-10-06
8+
### Added
9+
- Adaptive Probe Volumes
10+
11+
### Fixed
12+
- AudioLinkMask does not work in the vertex shader
13+
- Custom shader inspector errors
14+
- Backlight alpha has no effect
15+
- Outline does not work on lite shaders on URP
16+
- Animated decal not properly baked
17+
- Inspector does not display on macOS with exFAT
18+
- Warnings in Unity 6
19+
720
## [2.2.1] - 2025-08-29
821
### Fixed
922
- Shader error

Assets/lilToon/CHANGELOG_JP.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.3.0] - 2025-10-06
8+
### 追加
9+
- Adaptive Probe Volumes対応
10+
11+
### Fixed
12+
- AudioLinkMaskが頂点シェーダーで動作しない
13+
- カスタムシェーダーのInspectorでエラー
14+
- 逆光ライトの透明度が反映されていない
15+
- lilToonLiteの輪郭線がURPで表示されない
16+
- アニメーションされたデカールが適切にベイクされない
17+
- exFATのmacOS環境でInspectorが表示されない
18+
- Unity 6上でのwarning
19+
720
## [2.2.1] - 2025-08-29
821
### 修正
922
- シェーダーエラー

Assets/lilToon/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jp.lilxyzw.liltoon",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"displayName": "lilToon",
55
"description": "Feature-rich toon shader.",
66
"unity": "2022.3",
@@ -9,7 +9,7 @@
99
"licensesUrl": "https://github.com/lilxyzw/lilToon/blob/master/Assets/lilToon/LICENSE",
1010
"license": "MIT",
1111
"keywords": ["Toon", "Shader", "Material"],
12-
"url" : "https://github.com/lilxyzw/lilToon/releases/download/2.2.1/jp.lilxyzw.liltoon-2.2.1.zip?",
12+
"url" : "https://github.com/lilxyzw/lilToon/releases/download/2.3.0/jp.lilxyzw.liltoon-2.3.0.zip?",
1313
"repo" : "https://lilxyzw.github.io/vpm-repos/vpm.json",
1414
"legacyFolders" : {
1515
"Assets\\lilToon" : "05d1d116436047941ad97d1b9064ee05"

0 commit comments

Comments
 (0)