The Addressables class is used to register and manage AssetReference types
It can be accessed from components via Context.Current or Context.addressables (e.g. this.context.addressables)

Methods

  • Find a registered AssetReference by its URL

    Parameters

    • url: string

    Returns null | AssetReference