Esempio n. 1
0
        private static void ExportFromMenu()
        {
            var window = (GltfExportWindow)GltfExportWindow.GetWindow(typeof(GltfExportWindow));

            window.titleContent = new GUIContent("Gltf Exporter");
            window.Show();
        }
Esempio n. 2
0
        public static void ExportGameObjectToGltfFile()
        {
            var window = (GltfExportWindow)GltfExportWindow.GetWindow(typeof(GltfExportWindow));

            window.titleContent = new GUIContent("Gltf Exporter");
            window.Show();
        }