using System.Collections.Generic; using UnityEngine; [ExecuteInEditMode] public class ES3GameObject : MonoBehaviour { public List components = new List(); private void Update() { _ = Application.isPlaying; } }