Beispiel #1
0
    // private void OnGUI()
    // {
    // using(new GUILayout.AreaScope(new Rect(0f, 0f, Screen.width, Screen.height)))
    //  {
    //      using(new GUILayout.HorizontalScope())
    //      {
    //          GUILayout.Label("name");
    //          GUILayout.TextField("aaaa");
    //      }
    //  }
    // }

    // Use this for initialization
    void Start()
    {
        modelEditor.Open(testModel, () =>
        {
            Debug.Log("closed");
        });
    }