Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


id

This user's global unique identifier.
Read time 1 minuteLast updated 10 days ago

Definition

Warning
Deprecated. IUserProfile is deprecated and will be removed in a future release.
string id { get; }

Remarks

For devices running iOS version 12.4 and later, IUserProfile.id returns GKPlayer.teamPlayerID.
For devices running iOS version 12.3 and earlier, IUserProfile.id returns GKPlayer.playerID.
Use IUserProfile.id instead of UserProfile.legacyId. Only use UserProfile.legacyId if you need to access GKPlayer.playerID to migrate player data in your existing project.