docs.unity.cn
    Show / Hide Table of Contents

    Class BuildScriptFastMode

    Only saves the guid of the settings asset to PlayerPrefs. All catalog data is generated directly from the settings as needed.

    Inheritance
    Object
    BuildScriptBase
    BuildScriptFastMode
    Inherited Members
    BuildScriptBase.instanceProviderType
    BuildScriptBase.sceneProviderType
    BuildScriptBase.Log
    BuildScriptBase.BuildData<TResult>(AddressablesDataBuilderInput)
    BuildScriptBase.ProcessAllGroups(AddressableAssetsBuildContext)
    BuildScriptBase.CreateLocationsForPlayerData(PlayerDataGroupSchema, AddressableAssetGroup, List<ContentCatalogDataEntry>, HashSet<Type>)
    BuildScriptBase.DeleteFile(String)
    BuildScriptBase.WriteFile(String, String, FileRegistry)
    Namespace: UnityEditor.AddressableAssets.Build.DataBuilders
    Syntax
    public class BuildScriptFastMode : BuildScriptBase, IDataBuilder

    Properties

    Name Description
    Name

    The descriptive name used in the UI.

    Methods

    Name Description
    BuildDataImplementation<TResult>(AddressablesDataBuilderInput)

    The implementation of BuildData<TResult>(AddressablesDataBuilderInput). That is the public entry point, this is the home for child class overrides.

    CanBuildData<T>()

    Used to determine if this builder is capable of building a specific type of data.

    ClearCachedData()

    Used to clean up any cached data created by this builder.

    IsDataBuilt()

    Checks to see if the data is built for the given builder.

    ProcessGroup(AddressableAssetGroup, AddressableAssetsBuildContext)

    Build processing of an individual group.

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