Skip to content

Commit 2f5d09a

Browse files
authored
Prepared for release 0.9.6-preview (#338)
1 parent 4a98399 commit 2f5d09a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

com.unity.toonshader/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
## [0.9.6-preview] - 2023-09-24
3-
### TBD
3+
### Updated
4+
* URP Shader is comaptible with DECAL. (Thanks to Hum9183Hum9183)
5+
* Installation manual is suitable for new than Unity 2021.
6+
### Fixed:
7+
* A invalid reqnder queue when when Clipping is "On" or "Clip Transparency". (Thanks to TakeshiMiyakawaCR)
48

59
## [0.9.5-preview] - 2023-08-25
610
### Fixed

com.unity.toonshader/Editor/UTS3GUI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ internal partial class UTS3GUI : UnityEditor.ShaderGUI
1515
internal const float kVersionY = 9.0f;
1616
internal const float kVersionZ = 6.0f;
1717

18-
internal static string versionString => "0.9.5-preview";
18+
internal static string versionString => "0.9.6-preview";
1919

2020
// Render Pipelines UTS supports are the followings
2121
internal enum RenderPipeline

0 commit comments

Comments
 (0)