Пример #1
0
 // Unlock an Achivement
 public void Unlock(string achivementName)
 {
     //Pass the Achivement you want to Unlock from the GPSIds Script
     PlayGamesManager.UnlockAchivement(achivementName);
 }