Answer the question
In order to leave comments, you need to log in
Top Ranking in Unity?
I made top rating in unity here is the code
using UnityEngine;
using System.Collections;
using GooglePlayGames;
using GooglePlayGames.BasicApi;
using UnityEngine.SocialPlatforms;
public class test : MonoBehaviour
{
void Start (){
PlayGamesPlatform.Activate();
}
void vhod (){
Social.localUser.Authenticate((bool success) => {
});
}
void dostijenie() {
Social.ReportProgress("CgkI2pnKuuEFEAI---", 100.0f, (bool succes) => {
});
}
void opublik(){
Social.ReportScore(12345, "CgkI2pnKuuEFEAI---", (bool succes) => {
});
}
}
Answer the question
In order to leave comments, you need to log in
And what they googled gives an error in the GPGSUpgrader file in the Editor folder, see the error there
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question