File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Assets/ShinyEffectForUGUI Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ namespace Coffee.UIExtensions
16
16
/// </summary>
17
17
[ ExecuteInEditMode ]
18
18
[ DisallowMultipleComponent ]
19
- public class ShinyEffectForUGUI : BaseMeshEffect
19
+ public class ShinyEffectForUGUI : BaseMeshEffect , ISerializationCallbackReceiver
20
20
{
21
21
//################################
22
22
// Constant or Static Members.
@@ -166,8 +166,6 @@ public override void ModifyMesh(VertexHelper vh)
166
166
//################################
167
167
// Private Members.
168
168
//################################
169
- static readonly List < UIVertex > s_Verts = new List < UIVertex > ( ) ;
170
-
171
169
/// <summary>
172
170
/// Mark the UIEffect as dirty.
173
171
/// </summary>
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v0.3.0] ( https://github.com/mob-sakai/ShinyEffectForUGUI/tree/v0.3.0 ) (2018-04-09)
4
+
5
+ [ Full Changelog] ( https://github.com/mob-sakai/ShinyEffectForUGUI/compare/v0.2.0...v0.3.0 )
6
+
7
+ ** Fixed bugs:**
8
+
9
+ - Bug: Material is not set automatically [ \# 7] ( https://github.com/mob-sakai/ShinyEffectForUGUI/issues/7 )
10
+
3
11
## [ v0.2.0] ( https://github.com/mob-sakai/ShinyEffectForUGUI/tree/v0.2.0 ) (2018-04-09)
4
12
5
13
[ Full Changelog] ( https://github.com/mob-sakai/ShinyEffectForUGUI/compare/v0.1.0...v0.2.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ShinyEffectForUGUI" ,
3
- "version" : " 0.2 .0" ,
3
+ "version" : " 0.3 .0" ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/mob-sakai/ShinyEffectForUGUI.git"
You can’t perform that action at this time.
0 commit comments