コード例 #1
0
ファイル: AutoyaEntryPoint.cs プロジェクト: kebohiki/Autoya
 /**
  *              this method can be called for only testing.
  */
 public static void TestEntryPoint(string basePath)
 {
     autoya = new Autoya(basePath);
     autoya.InitializeAssetBundleFeature();
 }
コード例 #2
0
ファイル: AutoyaEntryPoint.cs プロジェクト: kebohiki/Autoya
 private static void EntryPoint()
 {
     autoya = new Autoya(Application.persistentDataPath);
     autoya.InitializeAssetBundleFeature();
 }