/// <summary>
 /// Loads the resource locations specified by the keys.
 /// </summary>
 /// <param name="keys">The set of keys to use.</param>
 /// <param name="mode">The mode for merging the results of the found locations.</param>
 /// <returns>The operation handle for the request.</returns>
 public static AsyncOperationHandle <IList <IResourceLocation> > LoadResourceLocations(IList <object> keys, MergeMode mode)
 {
     return(m_Addressables.LoadResourceLocations(keys, mode));
 }