删除对files.unity3d的解密处理

dev_chengFeng
JieLing 2020-08-25 09:44:17 +08:00
parent 4aef89ab59
commit e0ab42e9c5
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@ namespace ResUpdate
/// <returns></returns>
List<ResourceFile> GetStreamResourceFiles()
{
AssetBundle bundle = AssetBundle.LoadFromFile(UpdateConfigs.StreamPath + UpdateConfigs.FILES, 0, AppConst.EncyptBytesLength);
AssetBundle bundle = AssetBundle.LoadFromFile(UpdateConfigs.StreamPath + UpdateConfigs.FILES);//, 0, AppConst.EncyptBytesLength);
if (bundle != null)
{
ResourceFiles files = bundle.LoadAsset<ResourceFiles>("game");