fix: annoying warning for [ExecuteInEditMode]

Close #180
This commit is contained in:
mob-sakai
2022-02-18 04:57:27 +09:00
parent 0fd5d7affe
commit b6b2c72b19
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ using UnityEngine.UI;
namespace Coffee.UIExtensions.Demos
{
#if UNITY_5_3_OR_NEWER
[ExecuteInEditMode]
[ExecuteAlways]
[RequireComponent(typeof(CanvasRenderer), typeof(ParticleSystem))]
public class UIParticleSystem_Demo : MaskableGraphic
{