using UnityEditor; using UnityEngine; class MyEditorScript { static void RunAsd () { Debug.Log("asd"); } }