playgameservices / play-games-plugin-for-unity

Google Play Games plugin for Unity
Other
3.43k stars 953 forks source link

Open two different leaderboard in diferent button? #3209

Closed stickylabdev closed 1 year ago

stickylabdev commented 1 year ago

I have two leadernoard ...... What i want is when i click button a, i show leader board a, then if i click button b, i should show leader board b

stickylabdev commented 1 year ago

using GooglePlayGames; using UnityEngine.SocialPlatforms; ... // show leaderboard UI PlayGamesPlatform.Instance.ShowLeaderboardUI("Cfji293fjsie_QA");

stickylabdev commented 1 year ago

Thank me now