Skip to content

Commit

Permalink
Merge pull request #75 from Santarh/release-3-1
Browse files Browse the repository at this point in the history
Fix v3.1
  • Loading branch information
Santarh authored Jun 5, 2019
2 parents eaa7d80 + ba95a2c commit a21ed52
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) = 30
[HideInInspector] _MToonVersion ("_MToonVersion", Float) = 31
[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 = 30;
public const int VersionNumber = 31;
}
}
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://niconare.nicovideo.jp/watch/kn3485

## Version
v3.0
v3.1

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

0 comments on commit a21ed52

Please sign in to comment.