AssetBundleCacher 2

This commit is contained in:
Natsumi
2021-05-18 08:22:46 +12:00
parent 8f503d582c
commit 1809fbff0b
2 changed files with 133 additions and 35 deletions

View File

@@ -240,7 +240,7 @@ namespace VRCX
File.Delete(Path.Combine(VRChatCacheLocation, "Cache-WindowsPlayer", "__info"));
File.Move(Path.Combine(AssetBundleCacherTemp, "__info"), Path.Combine(VRChatCacheLocation, "Cache-WindowsPlayer", "__info"));
Directory.Delete(Path.Combine(VRChatCacheLocation, "AssetBundleCacher\\Cache", AssetId), true);
//File.Delete(Path.Combine(VRChatCacheLocation, "AssetBundleCacher", AssetId));
File.Delete(Path.Combine(VRChatCacheLocation, "AssetBundleCacher", AssetId));
}
catch
{