Class CompatibilityAssetBundleManifest | Scriptable Build Pipeline | 1.5.10
docs.unity3d.com
    Show / Hide Table of Contents

    Class CompatibilityAssetBundleManifest

    Inheritance
    Object
    CompatibilityAssetBundleManifest
    Namespace: UnityEngine.Build.Pipeline
    Syntax
    [Serializable]
    public class CompatibilityAssetBundleManifest : ScriptableObject, ISerializationCallbackReceiver

    Methods

    GetAllAssetBundles()

    Declaration
    public string[] GetAllAssetBundles()
    Returns
    Type Description
    String[]

    GetAllAssetBundlesWithVariant()

    Declaration
    public string[] GetAllAssetBundlesWithVariant()
    Returns
    Type Description
    String[]

    GetAllDependencies(String)

    Declaration
    public string[] GetAllDependencies(string assetBundleName)
    Parameters
    Type Name Description
    String assetBundleName
    Returns
    Type Description
    String[]

    GetAssetBundleCrc(String)

    Declaration
    public uint GetAssetBundleCrc(string assetBundleName)
    Parameters
    Type Name Description
    String assetBundleName
    Returns
    Type Description
    UInt32

    GetAssetBundleHash(String)

    Declaration
    public Hash128 GetAssetBundleHash(string assetBundleName)
    Parameters
    Type Name Description
    String assetBundleName
    Returns
    Type Description
    Hash128

    GetDirectDependencies(String)

    Declaration
    public string[] GetDirectDependencies(string assetBundleName)
    Parameters
    Type Name Description
    String assetBundleName
    Returns
    Type Description
    String[]

    OnAfterDeserialize()

    Declaration
    public void OnAfterDeserialize()

    OnBeforeSerialize()

    Declaration
    public void OnBeforeSerialize()

    SetResults(Dictionary<String, BundleDetails>)

    Declaration
    public void SetResults(Dictionary<string, BundleDetails> results)
    Parameters
    Type Name Description
    Dictionary<String, BundleDetails> results

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023