Ant Skilton

Results 1 issues of Ant Skilton

I'm getting memory crashes when reading leaderboard entries via `SteamUserStats.GetDownloadedLeaderboardEntry()`. The full line with params I'm using is: `SteamUserStats.GetDownloadedLeaderboardEntry(leaderboardDownloadResult.m_hSteamLeaderboardEntries, i, out var userEntry, new int[] { }, 64);` If I...