コード例 #1
0
 public static void CleanLocalFile()
 {
     PlayerPrefs.DeleteKey(GameConfig.LocalResVersionKey);
     PlayerPrefs.DeleteKey(GameConfig.LocalSubVersionKey);
     ExportAssetBundle.CleanLocalFile();
 }