示例#1
0
 /**
  *              this method can be called for only testing.
  */
 public static void TestEntryPoint(string basePath)
 {
     autoya = new Autoya(basePath);
     autoya.InitializeAssetBundleFeature();
 }
示例#2
0
 private static void EntryPoint()
 {
     autoya = new Autoya(Application.persistentDataPath);
     autoya.InitializeAssetBundleFeature();
 }