private void Awake() { PlayGamesClientConfiguration config = new PlayGamesClientConfiguration.Builder() .Build(); PlayGamesPlatform.DebugLogEnabled = true; PlayGamesPlatform.InitializeInstance(config); PlayGamesPlatform.Activate(); Auth(delegate { ScoreServicer.LoadRank(); AchievsServicer.LoadAchievsCounts(); }); }
private void Awake() => Instance = this;