Esempio n. 1
0
        /** 执行打包打包 */
        private void doPack()
        {
            //抽离UI预制
            EditorUIControl.make(_isAll);

            //选择激活BuildTarget
            makeActiveTarget();

            if (_isAll)
            {
                clearAllSign();
            }

            initData();            //初始化数据

            readConfig();          //读取打包配置

            preExecute();          //执行打包预处理

            executeConfigs();      //根据配置生成unity打包信息

            createDepends();       //生成依赖信息数据

            doBuild();             //执行打包

            copyFilesAndInfo();    //生成bundle信息文件,复制bundle文件到source目录

            release();

            Ctrl.print("OK");
        }
Esempio n. 2
0
 static void MakeUITextuxreImport()
 {
     EditorUIControl.makeUITextureImport();
 }
Esempio n. 3
0
 static void CreateRawImageLoaderGameObject()
 {
     EditorUIControl.CreateRawImageLoaderGameObject();
 }
Esempio n. 4
0
 static void CreateModel()
 {
     EditorUIControl.CreateModel();
 }
Esempio n. 5
0
 static void CreateElement()
 {
     EditorUIControl.CreateElement();
 }
Esempio n. 6
0
 static void CreateSkeletonGraphicLoaderGameObject()
 {
     EditorUIControl.CreateSkeletonGraphicLoaderGameObject();
 }
Esempio n. 7
0
 static void CreateGuideMaskGameObject()
 {
     EditorUIControl.CreateGuideMaskGameObject();
 }
Esempio n. 8
0
 static void CreateImageFrameContainerGameObject()
 {
     EditorUIControl.CreateImageFrameContainerGameObject();
 }
Esempio n. 9
0
 static void CreateSPageViewGameObject()
 {
     EditorUIControl.CreateSPageViewGameObject();
 }
Esempio n. 10
0
 static void CreateSScrollViewFake3DGameObject()
 {
     EditorUIControl.CreateSScrollViewFake3DGameObject();
 }
Esempio n. 11
0
 static void CreateAdvancedTextGameObject()
 {
     EditorUIControl.CreateAdvancedTextGameObject();
 }
Esempio n. 12
0
 static void CreateI18NTextGameObject()
 {
     EditorUIControl.CreateI18NTextGameObject();
 }
Esempio n. 13
0
 static void CreateBloodBarGameObject()
 {
     EditorUIControl.CreateBloodBarGameObject();
 }
Esempio n. 14
0
 static void generateUIPrefab()
 {
     EditorUIControl.make(true);
     Ctrl.print("OK");
 }
Esempio n. 15
0
 static void CreateSCustomScrollViewGameObject()
 {
     EditorUIControl.CreateSCustomScrollViewGameObject();
 }