mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-14 19:40:47 +00:00
fix #452
This commit is contained in:
@@ -201,7 +201,14 @@ namespace YooAsset
|
||||
return false;
|
||||
|
||||
#if UNITY_ANDROID
|
||||
return bundle.BundleType == (int)EBuildBundleType.RawBundle || bundle.Encrypted;
|
||||
if (bundle.BundleType == (int)EBuildBundleType.RawBundle || bundle.Encrypted)
|
||||
{
|
||||
return _unpackFileSystem.Exists(bundle) == false;
|
||||
}
|
||||
else
|
||||
{
|
||||
return false;
|
||||
}
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user