I'm trying to add achievements to my game and I noticed that if I unlock the achievement while I was OFFLINE, then after I reconnect the internet to be ONLINE in the profile Account it doesn't show correctly the unlocked amount of achievements.
In first image it shows correctly the amount of achievements unlocked Shows correct amount
This second image for some reason don't show correctly and I don't know the reason. Shows incorrect amount
Any ideas?
I tried unlocking the achievement OFFLINE, I suppose that is unlocked locally and then when the game is online should update google profile:
Social.ReportProgress("MYIDACHIEVEMENT", 100.0f, (bool success) => {
});