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)
this.context.addressables
Find a registered AssetReference by its URL
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
)