Skip to content

Commit

Permalink
fix: build fails
Browse files Browse the repository at this point in the history
close #85
  • Loading branch information
mob-sakai authored Aug 29, 2020
1 parent 45bec83 commit ac080a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Packages/UIParticle/Scripts/UIParticle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ namespace Coffee.UIExtensions
[ExecuteInEditMode]
[RequireComponent(typeof(RectTransform))]
[RequireComponent(typeof(CanvasRenderer))]
public class UIParticle : MaskableGraphic, ISerializationCallbackReceiver
public class UIParticle : MaskableGraphic
#if UNITY_EDITOR
, ISerializationCallbackReceiver
#endif
{
[HideInInspector] [SerializeField] bool m_IsTrail = false;

Expand Down

0 comments on commit ac080a4

Please sign in to comment.