Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LoadUsers(string[], Action<IUserProfile[]>)

Load the user profiles associated with the given array of user IDs.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.GameCenterModule
Warning
Deprecated. Social is deprecated and will be removed in a future release.
public static void LoadUsers(string[] userIDs, Action<IUserProfile[]> callback)

Parameters