Version: 2019.3
LanguageEnglish
  • C#

AssetBundleLoadResult

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

The result of an Asset Bundle Load or Recompress Operation.

Properties

SuccessThe operation completed successfully.
CancelledThe operation was cancelled.
NotMatchingCrcThe decompressed Asset data did not match the precomputed CRC. This may suggest that the AssetBundle did not download correctly.
FailedCacheThe Asset Bundle was not successfully cached.
NotValidAssetBundleThis does not appear to be a valid Asset Bundle.
NoSerializedDataThe Asset Bundle does not contain any serialized data. It may be empty, or corrupt.
NotCompatibleThe AssetBundle is incompatible with this version of Unity.
AlreadyLoadedThe Asset Bundle is already loaded.
FailedReadFailed to read the Asset Bundle file.
FailedDecompressionFailed to decompress the Asset Bundle.
FailedWriteFailed to write to the file system.
FailedDeleteRecompressionTargetThe target path given for the Recompression operation could not be deleted for swap with recompressed bundle file.
RecompressionTargetIsLoadedThe target path given for the Recompression operation is an Archive that is currently loaded.
RecompressionTargetExistsButNotArchiveThe target path given for the Recompression operation exists but is not an Archive container.