cancel
Showing results for 
Search instead for 
Did you mean: 

Achievement Completion Percentage

Anonymous
Not applicable

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?

1 ACCEPTED SOLUTION

Accepted Solutions

Anonymous
Not applicable

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.

View solution in original post

1 REPLY 1

Anonymous
Not applicable

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.