Beispiel #1
0
    public static void BatchModeExportAssets()
    {
        ysUiBundleFunc editorFunc = new ysUiBundleFunc();

        editorFunc.InitData();
        editorFunc.ExportUiPrefab();
        editorFunc.ExportAtlasPrefab();
        editorFunc.ExportTexture();
        editorFunc.ExportFont();
    }
Beispiel #2
0
 void ExportTextures()
 {
     func.ExportTexture();
 }