Skip to content

Commit de85482

Browse files
author
Takashi Sakai
committed
release v0.3.1
2 parents c2cd330 + 0b37bfe commit de85482

22 files changed

+76
-30
lines changed
18.9 KB
Binary file not shown.
13.6 KB
Loading

Assets/ShinyEffectForUGUI/ShinyEffectForUGUI.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ namespace Coffee.UIExtensions
1616
/// </summary>
1717
[ExecuteInEditMode]
1818
[DisallowMultipleComponent]
19-
public class ShinyEffectForUGUI : BaseMeshEffect, ISerializationCallbackReceiver
19+
public class ShinyEffectForUGUI : BaseMeshEffect
20+
#if UNITY_EDITOR
21+
, ISerializationCallbackReceiver
22+
#endif
2023
{
2124
//################################
2225
// Constant or Static Members.
@@ -92,6 +95,7 @@ protected override void OnDisable()
9295
base.OnDisable();
9396
}
9497

98+
#if UNITY_EDITOR
9599
public void OnBeforeSerialize()
96100
{
97101
}
@@ -124,6 +128,7 @@ public static Material GetMaterial(string shaderName)
124128
.OfType<Material>()
125129
.FirstOrDefault(x => x.name == name);
126130
}
131+
#endif
127132

128133
/// <summary>
129134
/// Modifies the mesh.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [v0.3.1](https://github.com/mob-sakai/ShinyEffectForUGUI/tree/v0.3.1) (2018-05-23)
4+
5+
[Full Changelog](https://github.com/mob-sakai/ShinyEffectForUGUI/compare/v0.3.0...v0.3.1)
6+
7+
**Implemented enhancements:**
8+
9+
- Update readme & demo [\#10](https://github.com/mob-sakai/ShinyEffectForUGUI/issues/10)
10+
11+
**Fixed bugs:**
12+
13+
- Compile error has ocurred in build [\#11](https://github.com/mob-sakai/ShinyEffectForUGUI/issues/11)
14+
315
## [v0.3.0](https://github.com/mob-sakai/ShinyEffectForUGUI/tree/v0.3.0) (2018-04-09)
416

517
[Full Changelog](https://github.com/mob-sakai/ShinyEffectForUGUI/compare/v0.2.0...v0.3.0)

ProjectSettings/AudioManager.asset

-3.72 KB
Binary file not shown.
-3.9 KB
Binary file not shown.
-3.48 KB
Binary file not shown.
-3.79 KB
Binary file not shown.
-3.67 KB
Binary file not shown.
-2.12 KB
Binary file not shown.

0 commit comments

Comments
 (0)