chintan
chintan

Reputation: 27

Leaderboards for Android on Unity

Hi All I am trying to integrate Leaderboards in my Unit Android Game using Google Play Games Services(GPGS). However it seems like GPGS is going to be deprecated from March 2018(Screenshot attached). Also, the game always crashes on device when I call the Login Authentication for GPGS. enter image description here I was thinking of using FB leaderboard but even that seems to be deprecated. (Screenshot attached) enter image description here I think Firebase is my only option but I am unable to find any resources to implement leaderboards with Firebase. Is there any other alternative/Asset or Firebase resource that some one can please please please point me towards. Thanks for reading!

Upvotes: 1

Views: 283

Answers (1)

Mr.Rebot
Mr.Rebot

Reputation: 6791

AFAIK, Gifts, Requests, and Quests will be the functions that will be deprecated as this documentation stated:

We've also examined the features that GPGS offers. While developers use engagement and reporting tools extensively, there is lower usage for Gifts, Requests, and Quests. We therefore plan to stop supporting Gifts, Requests, and Quests. In order to help developers that do use these features plan for their removal, we will leave them open for 12 months, deactivating them by 31st March 2018. We'll be continuing support for other features such as Sign-in, Achievements, Leaderboards and Multiplayer.

They will still continue supporting Sign-in, Achievements, Leaderboards and Multiplayer as these features are frequently used for development.

Hope this helps.

Upvotes: 1

Related Questions