/// <summary>
 /// Initialize Addressables system.  Addressables will be initialized on the first API call if this is not called explicitly.
 /// </summary>
 /// <returns>The operation handle for the request.</returns>
 public static AsyncOperationHandle <IResourceLocator> Initialize()
 {
     return(m_Addressables.Initialize());
 }