Hello,
I plugged this extension. And everything is fine. My game is connected with steam. Leaderbords works very good(upload and download).
But functions SteamWrap_RequestStats() and SteamWrap_RequestGlobalStats() is failed! Achievements don't work too!
logs from steamwrap.hx
[haxelib] Steam.hx:132: Leaderboard score downloaded: TIME_SCOREBOARD,-1,-1,-1
[haxelib] Steam.hx:123: STEAM: [STEAM] ScoreDownloaded SUCCESS (TIME_SCOREBOARD,-1,-1,-1)
[haxelib] Steam.hx:123: STEAM: [STEAM] Leaderboard.DOWNLOAD(TIME_SCOREBOARD) SUCCEEDED
[haxelib] Steam.hx:123: STEAM: [STEAM] LeaderboardFound SUCCESS (TIME_SCOREBOARD)
[haxelib] Steam.hx:123: STEAM: [STEAM] Leaderboard.FIND(TIME_SCOREBOARD) SUCCEEDED
[haxelib] Steam.hx:132: Leaderboard score downloaded: SCORE_SCOREBOARD,10,666,1
[haxelib] Steam.hx:123: STEAM: [STEAM] ScoreDownloaded SUCCESS (SCORE_SCOREBOARD,10,666,1)
[haxelib] Steam.hx:123: STEAM: [STEAM] UserStatsReceived FAIL ()
[haxelib] Steam.hx:123: STEAM: [STEAM] Leaderboard.DOWNLOAD(SCORE_SCOREBOARD) SUCCEEDED
[haxelib] Steam.hx:123: STEAM: [STEAM] LeaderboardFound SUCCESS (SCORE_SCOREBOARD)
[haxelib] Steam.hx:123: STEAM: [STEAM] GlobalStatsReceived FAIL ()
[haxelib] Steam.hx:50: download TIME_SCOREBOARD
[haxelib] Steam.hx:123: STEAM: [STEAM] Leaderboard.FIND(SCORE_SCOREBOARD) SUCCEEDED
what could be wrong here?