Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AssetBundleLoadResult

The result of an Asset Bundle Load or Recompress Operation.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AssetBundleModule
public enum AssetBundleLoadResult

Fields

Value

Description

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