Report Progress
Reports the progress of an achievement (reveal and unlock). This method attempts to implement the expected behavior of ISocialPlatform.ReportProgress as closely as possible.
Parameters
To unlock an achievement, set a value of 100.0f. To reveal an achievement that was previously hidden without unlocking it, set a value of 0.0f.
The ID of the achievement to unlock, reveal or increment. This can be a raw Google Play Games achievement ID (alphanumeric string), or an alias that was previously configured by a call to AddIdMapping().
Last updated