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