How to check if the achievement unlocked ? [Unity , C#]

Hi .

I need to know the list of the unlocked achievements for the currently logged user.
I am using Unity (C#).

P.S - Idnet.I.ListAchievements(); return all achievements , but i need to know only unlocked ones .

Thanks .

Hi Bakir,

Attached is an example script,that explains how to get the unlocked and locked achievement names & desc. to be used for custom achievements.

http://static2.y8.com/y8-studio/Joll/customAchievementsExample/CustomAchievementExample.cs

Thanks,
Joll

1 Like
Y8 Games