Skip to content

Commit 4506df4

Browse files
author
lilxyzw
committed
chore: update version to 2.2.0
1 parent 07a0204 commit 4506df4

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

Assets/lilToon/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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.2.0] - 2025-08-29
8+
### Added
9+
- Added `_UdonForceSceneLighting` to turn off avatar brightness adjustment from the world side
10+
11+
### Fixed
12+
- Compile error in HDRP
13+
- Inspector error on first import
14+
- Outline highlighting not working
15+
716
## [2.1.10] - 2025-08-17
817
### Changed
918
- Changed the default value of Border for VRCLV Rim Light to 3

Assets/lilToon/CHANGELOG_JP.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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.2.0] - 2025-08-29
8+
### 追加
9+
- ワールド側からアバターの明るさ調整をオフにする`_UdonForceSceneLighting`を追加
10+
11+
### 修正
12+
- HDRPでコンパイルエラー
13+
- 初回インポート時のInspectorエラー
14+
- アウトラインのハイライトが動作しない
15+
716
## [2.1.10] - 2025-08-17
817
### 変更
918
- VRCLVのリムライトのBorderの初期値を3に変更

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.1.10",
3+
"version": "2.2.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.1.10/jp.lilxyzw.liltoon-2.1.10.zip?",
12+
"url" : "https://github.com/lilxyzw/lilToon/releases/download/2.2.0/jp.lilxyzw.liltoon-2.2.0.zip?",
1313
"repo" : "https://lilxyzw.github.io/vpm-repos/vpm.json",
1414
"legacyFolders" : {
1515
"Assets\\lilToon" : "05d1d116436047941ad97d1b9064ee05"

0 commit comments

Comments
 (0)