Cómo crear unidad de objetos de interfaz de usuario vacía
GameObject myGO = new GameObject("MyGO", typeof(RectTransform),typeof(Button));
Successful Sandpiper
GameObject myGO = new GameObject("MyGO", typeof(RectTransform),typeof(Button));