Skip to content

Commit

Permalink
Merge pull request #31 from mob-sakai/release
Browse files Browse the repository at this point in the history
Release 1.5.0
  • Loading branch information
Takashi Sakai authored Jan 16, 2018
2 parents 3a295f8 + ac2ef42 commit 2d46d47
Show file tree
Hide file tree
Showing 79 changed files with 7,868 additions and 963 deletions.
2 changes: 1 addition & 1 deletion Assets/Editor/ExportPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ static void Export()

CreateMaterialVariant(
Shader.Find(UIEffectCapturedImage.shaderName)
, new []{ ToneMode.None, ToneMode.Grayscale, ToneMode.Sepia, ToneMode.Nega, ToneMode.Pixel, }
, new []{ ToneMode.None, ToneMode.Grayscale, ToneMode.Sepia, ToneMode.Nega, ToneMode.Pixel, ToneMode.Hue, }
, (ColorMode[])Enum.GetValues(typeof(ColorMode))
, (BlurMode[])Enum.GetValues(typeof(BlurMode))
);
Expand Down
Loading

0 comments on commit 2d46d47

Please sign in to comment.