This repository has been archived by the owner on Jan 5, 2021. It is now read-only.
v2.2.0
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
andGameJolt.UI.Manager.Instance.ShowSignIn
now accept a second callbackAction<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- Thanks to @jianmingyong for his insight.