diff --git a/com.unity.toonshader/CHANGELOG.md b/com.unity.toonshader/CHANGELOG.md index d519919e7..a0632af4f 100644 --- a/com.unity.toonshader/CHANGELOG.md +++ b/com.unity.toonshader/CHANGELOG.md @@ -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 diff --git a/com.unity.toonshader/Editor/UTS3GUI.cs b/com.unity.toonshader/Editor/UTS3GUI.cs index 267890732..23943eaf9 100644 --- a/com.unity.toonshader/Editor/UTS3GUI.cs +++ b/com.unity.toonshader/Editor/UTS3GUI.cs @@ -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