docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor AddressableAssetsBundleBuildParameters

    AddressableAssetsBundleBuildParameters(AddressableAssetSettings, Dictionary<string, string>, BuildTarget, BuildTargetGroup, string)

    Create a AddressableAssetsBundleBuildParameters with data needed to determine the correct compression per bundle.

    Declaration
    public AddressableAssetsBundleBuildParameters(AddressableAssetSettings aaSettings, Dictionary<string, string> bundleToAssetGroup, BuildTarget target, BuildTargetGroup group, string outputFolder)
    Parameters
    Type Name Description
    AddressableAssetSettings aaSettings

    The AddressableAssetSettings object to use for retrieving groups.

    Dictionary<string, string> bundleToAssetGroup

    Mapping of bundle identifier to guid of asset groups.

    BuildTarget target

    The build target. This is used by the BundleBuildParameters base class.

    BuildTargetGroup group

    The build target group. This is used by the BundleBuildParameters base class.

    string outputFolder

    The path for the output folder. This is used by the BundleBuildParameters base class.

    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)