docs.unity.cn
    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.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, August 12, 2022
    Terms of use