Exemplo n.º 1
0
 public static void Bundle_Win64()
 {
     BundleMaker.BuildAssets(BundleConfig.assetsPathRoot, false, BundleConfig.developOutputPath, BuildTarget.StandaloneWindows64);
 }
Exemplo n.º 2
0
 public static void Bundle_Android()
 {
     BundleMaker.BuildAssets(BundleConfig.assetsPathRoot, false, BundleConfig.developOutputPath, BuildTarget.Android);
 }