Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

v2.2.0

Compare
Choose a tag to compare
@loicteixeira loicteixeira released this 14 Aug 11:10
· 17 commits to master since this release

Add

  • New GameJolt.API.Scores.GetRank(int value, int table = 0, Action<int> callback = null) method to fetch the rank of a given score value. #29
  • New GameJolt.API.Misc.GetTime(Action<DateTime> callback) method to get the server time. #24
  • User.SignIn and GameJolt.UI.Manager.Instance.ShowSignIn now accept a second callback Action<bool> userFetchedCallback = null which is called once all the attributes of the user have been populated. The first callback is called like before, as soon as the user has been successfully signed-in. #48
    • Thanks to @movrajr for reporting the issue and discussing solutions.

Changed

  • Use HTTPS for API calls. #76
  • Use API version 1.2. #23