using System.Collections; using System.Collections.Generic; using UnityEditor; using UnityEngine; //[CustomEditor(typeof(Demo.ScriptableObject), true)] public class SOEditor : Convention.AbstractCustomEditor { }