Hello,
I'm using [Play-games-plugin for unity][1] and I am trying to reveal achievement. Typically it goes like this:
Social.ReportProgress("Cfjewijawiu_QA", 0.0f, (bool success) => {
// handle success or failure
});
but if hidden achievement is also incremental, it says that there is no achievement with that ID to reveal. what is the procedure?
Thanks
[1]: https://github.com/playgameservices/play-games-plugin-for-unity
↧