Skip to content

Commit

Permalink
Prepared for release 0.9.6-preview (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
H3idi-X authored Feb 22, 2024
1 parent 4a98399 commit 2f5d09a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion com.unity.toonshader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
## [0.9.6-preview] - 2023-09-24
### TBD
### Updated
* URP Shader is comaptible with DECAL. (Thanks to Hum9183Hum9183)
* Installation manual is suitable for new than Unity 2021.
### Fixed:
* A invalid reqnder queue when when Clipping is "On" or "Clip Transparency". (Thanks to TakeshiMiyakawaCR)

## [0.9.5-preview] - 2023-08-25
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion com.unity.toonshader/Editor/UTS3GUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ internal partial class UTS3GUI : UnityEditor.ShaderGUI
internal const float kVersionY = 9.0f;
internal const float kVersionZ = 6.0f;

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

// Render Pipelines UTS supports are the followings
internal enum RenderPipeline
Expand Down

0 comments on commit 2f5d09a

Please sign in to comment.