Skip to content

Commit

Permalink
Merge pull request #110 from Santarh/release3.7
Browse files Browse the repository at this point in the history
Fix v3.7
  • Loading branch information
Santarh authored Jun 15, 2021
2 parents 78ae342 + 6dc45c6 commit f9e84d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MToon/Resources/Shaders/MToon.shader
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Shader "VRM/MToon"
_UvAnimScrollY ("UV Animation Scroll Y", Float) = 0
_UvAnimRotation ("UV Animation Rotation", Float) = 0

[HideInInspector] _MToonVersion ("_MToonVersion", Float) = 35
[HideInInspector] _MToonVersion ("_MToonVersion", Float) = 37
[HideInInspector] _DebugMode ("_DebugMode", Float) = 0.0
[HideInInspector] _BlendMode ("_BlendMode", Float) = 0.0
[HideInInspector] _OutlineWidthMode ("_OutlineWidthMode", Float) = 0.0
Expand Down
2 changes: 1 addition & 1 deletion MToon/Scripts/UtilsVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ namespace MToon
public static partial class Utils
{
public const string Implementation = "Santarh/MToon";
public const int VersionNumber = 35;
public const int VersionNumber = 37;
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Toon Shader with Unity Global Illumination
https://www.slideshare.net/VirtualCast/vrm-mtoon

## Version
v3.5
v3.7

## Release Note
https://github.com/Santarh/MToon/releases

0 comments on commit f9e84d2

Please sign in to comment.