Namespace UnityEngine.AddressableAssets.ResourceLocators
Classes
ContentCatalogData
Container for ContentCatalogEntries.
ContentCatalogDataEntry
Contains serializable data for an IResourceLocation
ResourceLocationData
Serializable location data. This is used for the locations of the content catalogs.
ResourceLocationMap
Simple implementation of an IResourceLocator
Interfaces
IResourceLocator
Interface used by the Addressables system to find the locations of a given key. An implementation of this interface must transform a key into an IResourceLocation. The content catalog is the primary resource locator as it contains a mapping of keys to locations. Custom locators could pull their location data from an online source.