forked from unity3d-jp/UnityChanToonShaderVer2_Project
-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b0ea281
commit cfd7023
Showing
1 changed file
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
# Changelog | ||
## [0.11.0-preview] - 2024-12-04 | ||
### Updated: | ||
* The classes that were unnecessarily declared as public have been changed to internal. | ||
* updated supported Unity versions. | ||
* Minimum Unity versions are 2021.3.19, 2022.3, 6000.0. | ||
|
||
## [0.11.0-preview] - 2024-12-11 | ||
|
||
### Changed: | ||
* api: change the accessor of internal test classes to internal | ||
* api: change the accessor of UTS3MaterialHeaderScope to internal | ||
* api: change the accessor of UTS3MaterialHeaderScopeList to internal | ||
* api: change the accessor of UTS3MaterialEditorExtension and MaterialEditorExtension to internal | ||
* docs: update Unity Editor Compatibility | ||
* deps: use [email protected] | ||
|
||
### Removed: | ||
* api: remove unused empty UniversalToonShaderInfo class | ||
|
||
## [0.10.2-preview] - 2024-08-20 | ||
### Fixed: | ||
|