docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BuildLayout.Bundle

    Data store for AssetBundle information.

    Inheritance
    object
    BuildLayout.Bundle
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.AddressableAssets.Build.Layout
    Assembly: Unity.Addressables.Editor.dll
    Syntax
    [Serializable]
    public class BuildLayout.Bundle

    Fields

    Name Description
    AssetCount

    The number of Assets contained within the bundle

    BuildStatus

    Status of the bundle after an update build

    BundleDependencies

    A list of bundles that this bundle depends upon.

    CRC

    Cyclic redundancy check of the content contained inside of the asset bundle. This value will not change between identical asset bundles with different compression options.

    Compression

    The Compression method used for the AssetBundle.

    Dependencies

    A list of the direct dependencies of the AssetBundle

    DependencyFileSize

    The file size

    DependentBundles

    A list of the bundles that directly depend on this AssetBundle

    ExpandedDependencies

    The second order dependencies and greater of a bundle

    ExpandedDependencyFileSize

    The file size of all of the Expanded Dependencies of this AssetBundle, in bytes Expanded dependencies are the dependencies of this AssetBundle's dependencies

    FileSize

    The file size of the AssetBundle on disk, in bytes

    Files

    List of the Files referenced by the AssetBundle

    Group

    A reference to the Group data that this AssetBundle was generated from

    Hash

    The hash version of the contents contained inside of the asset bundle. This value will not change between identical asset bundles with different compression options.

    InternalName

    Name used to identify the asset bundle

    LoadPath

    Path Provider uses to load the Asset Bundle

    Name

    The name of the AssetBundle

    Provider

    Provider used to load the Asset Bundle

    ResultType

    Result provided by the Provider loading the Asset Bundle

    Properties

    Name Description
    UncompressedFileSize

    The file size of the AssetBundle on disk when uncompressed, in bytes

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)