File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments