Combu
2.1.14
Unity API Documentation
|
In this section you will learn how to load the achievements and report a progress.
To retrieve the list of achievements you can call CombuManager.platform.LoadAchievementDescriptions or CombuManager.platform.LoadAchievements (the latter form is preferred because you will not need to cast back from IAchievement to Achievement):
To report a new progress of the local user you need to call CombuManager.platform.ReportProgress, or you can call the method ReportProgress on a Score instance: