loicteixeira / gj-unity-api

[MOVED] Game Jolt API wrapper for Unity.
https://github.com/InfectedBytes/gj-unity-api/
MIT License
16 stars 13 forks source link

LeaderboardsWindows class callback is always null #61

Closed killerbigpoint closed 8 years ago

killerbigpoint commented 8 years ago

I can't remember which window it was but im guessing because i already fixed it myself

GameJolt.API.Scores.GetTables (LeaderboardWindows) is missing a (this.callback = callback;)

or

GameJolt.API.Trophies.Get (TrophiesWindows) is missing a (this.callback = callback;)

loicteixeira commented 8 years ago

Thanks for the heads up. This has been fixed (see #51) but I still need to produce a release.