示例#1
0
    static void Assetbundle_IOS()
    {
        IniAssetbundleName();
        IEditorPackage ios = new EditorPackage_IOS();

        ios.Package();
    }
示例#2
0
    public static void Assetbundle_All()
    {
        IniAssetbundleName();

        //IEditorPackage win = new EditorPackage_Win();
        //win.Package();
        IEditorPackage ios = new EditorPackage_IOS();

        ios.Package();
        IEditorPackage android = new EditorPackage_Android();

        android.Package();
    }