logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UnityAddressablesRuntime

    Utility class providing runtime helpers for Unity Addressables operations.
    Offers convenient methods for resolving addresses from labels and other common tasks.

    Inheritance
    object
    UnityAddressablesRuntime
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.AssetPrefetcher.Infrastructure.Utils
    Assembly: Serenity.UnityAssetPrefetcher.Infrastructure.dll
    Syntax
    public static class UnityAddressablesRuntime

    Methods

    ResolveAddressesFromLabelsAsync(IEnumerable<string>)

    Asynchronously resolves asset addresses from a collection of Addressables labels.

    Declaration
    public static Task<List<string>> ResolveAddressesFromLabelsAsync(IEnumerable<string> labels)
    Parameters
    Type Name Description
    IEnumerable<string> labels

    Collection of Addressables labels to resolve

    Returns
    Type Description
    Task<List<string>>

    List of resolved asset addresses (primary keys)

    In this article
    © 2026 Serenity. All Rights Reserved