Beispiel #1
0
 void Start()
 {
     if(ins==null){
         ins=this;
     }
 }
Beispiel #2
0
    static void Init()
    {
        AnimatorTools window = (AnimatorTools)EditorWindow.GetWindow(typeof(AnimatorTools), false, "Animator", true);

        window.Show();
    }