Retrieving the configuration
Retrieve information such as the total number of achievements and the total number of achievement groups in the game.
Example
Debug.Log($"Total number of achievements: {CoreServices.AchievementsSettings!.AchievementCount}");
Debug.Log($"Total number of achievement groups: {CoreServices.AchievementsSettings!.AchievementGroupCount}");Last updated