public static void ShowExample()
    {
        SubsceneManager wnd = GetWindow <SubsceneManager>();

        wnd.titleContent = new GUIContent("SubsceneManager");
    }
 private void Awake()
 {
     instance = this;
 }