Achievement progress doesn't update
Opened this issue · 0 comments
danielapoliveira commented
Hi,
I was trying your achievement system but I couldn't figure out how to update the progress bar in real-time. If I close and open the game again I can see the progress updated but if I open the menu after the value increment, the progress doesn't change.
I added the AchievementManager as a Singleton and I'm incrementing the value of the achievement with AchievementManager.increment_achievement("numberOfEmails", 1)