Exemplo n.º 1
0
 /// <summary>
 /// Additively load catalogs from runtime data.  The settings are not used.
 /// </summary>
 /// <param name="catalogPath">The path to the runtime data.</param>
 /// <param name="providerSuffix">This value, if not null or empty, will be appended to all provider ids loaded from this data.</param>
 /// <returns>The operation handle for the request.</returns>
 public static AsyncOperationHandle <IResourceLocator> LoadContentCatalogAsync(string catalogPath, string providerSuffix = null)
 {
     return(m_Addressables.LoadContentCatalogAsync(catalogPath, providerSuffix));
 }