From 70bcdf551c8dae40b84cd1254db7221664063abe Mon Sep 17 00:00:00 2001 From: Takashi Sakai Date: Mon, 9 Apr 2018 23:36:18 +0900 Subject: [PATCH 1/2] Fixed: Material is not set automatically #7 --- Assets/ShinyEffectForUGUI/ShinyEffectForUGUI.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Assets/ShinyEffectForUGUI/ShinyEffectForUGUI.cs b/Assets/ShinyEffectForUGUI/ShinyEffectForUGUI.cs index c58badd..c53c056 100644 --- a/Assets/ShinyEffectForUGUI/ShinyEffectForUGUI.cs +++ b/Assets/ShinyEffectForUGUI/ShinyEffectForUGUI.cs @@ -16,7 +16,7 @@ namespace Coffee.UIExtensions /// [ExecuteInEditMode] [DisallowMultipleComponent] - public class ShinyEffectForUGUI : BaseMeshEffect + public class ShinyEffectForUGUI : BaseMeshEffect, ISerializationCallbackReceiver { //################################ // Constant or Static Members. @@ -166,8 +166,6 @@ public override void ModifyMesh(VertexHelper vh) //################################ // Private Members. //################################ - static readonly List s_Verts = new List(); - /// /// Mark the UIEffect as dirty. /// From a2ea2daefcd9c64d78ffe1f83671721e50e04371 Mon Sep 17 00:00:00 2001 From: Takashi Sakai Date: Mon, 9 Apr 2018 23:37:43 +0900 Subject: [PATCH 2/2] update change log --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80627af..23b1eca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v0.3.0](https://github.com/mob-sakai/ShinyEffectForUGUI/tree/v0.3.0) (2018-04-09) + +[Full Changelog](https://github.com/mob-sakai/ShinyEffectForUGUI/compare/v0.2.0...v0.3.0) + +**Fixed bugs:** + +- Bug: Material is not set automatically [\#7](https://github.com/mob-sakai/ShinyEffectForUGUI/issues/7) + ## [v0.2.0](https://github.com/mob-sakai/ShinyEffectForUGUI/tree/v0.2.0) (2018-04-09) [Full Changelog](https://github.com/mob-sakai/ShinyEffectForUGUI/compare/v0.1.0...v0.2.0) diff --git a/package.json b/package.json index 7dcf3f2..4147272 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ShinyEffectForUGUI", - "version": "0.2.0", + "version": "0.3.0", "repository": { "type": "git", "url": "git+https://github.com/mob-sakai/ShinyEffectForUGUI.git"