mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-29 12:41:00 +00:00
fix #452
This commit is contained in:
@@ -201,7 +201,14 @@ namespace YooAsset
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
#if UNITY_ANDROID
|
#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
|
#else
|
||||||
return false;
|
return false;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user