Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Anonymous's avatar
Anonymous
4 years ago
Solved

Achievement Completion Percentage

I see this in many games: achievements that are still locked and are count based often display a completion rate, like you have to kill/collect 50 of something, and your count is 20, it displays 40%.

 

When I configure achievements for my App Lab game, I don't see completion rates for my count based achievements. I can't find anything in the documentation either. How can I have this information displayed?

  • Anonymous's avatar
    Anonymous
    4 years ago

    Okay the problem was that the code I was using to update the achievement unlock progress didn't actually increment the count. I needed to init values first. Now it works as expected.

1 Reply

Replies have been turned off for this discussion
  • Anonymous's avatar
    Anonymous

    Okay the problem was that the code I was using to update the achievement unlock progress didn't actually increment the count. I needed to init values first. Now it works as expected.