You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I am trying to get leaderboards setup but everytime I try and use FindLeaderboard for an already created leaderboard or FindorCreateLeaderboard the callback function is called but the result is always failed. I have followed the examples and can;'t figure out what I am doing wrong. Note, I have tried using GetNumberOfPlayers and that also receives a result of failed. So I think it must be an initialization thing.
Here is what my code looks like. Steam is being initialized, I can get my username just fine. pCallback.m_bLeaderboardFound is always 0 in onFindGlobalLeaderboard. Any ideas?
`
I am developing on a Mac. Both in Editor and when the project is built, running on Mac has this issue. Running a built version on Windows does not. I don't have unity editor setup on my PC to test if in editor works, but it appears to me to be a Mac specific issue.
Hello. I am trying to get leaderboards setup but everytime I try and use FindLeaderboard for an already created leaderboard or FindorCreateLeaderboard the callback function is called but the result is always failed. I have followed the examples and can;'t figure out what I am doing wrong. Note, I have tried using GetNumberOfPlayers and that also receives a result of failed. So I think it must be an initialization thing.
Here is what my code looks like. Steam is being initialized, I can get my username just fine. pCallback.m_bLeaderboardFound is always 0 in onFindGlobalLeaderboard. Any ideas?
`
`
The text was updated successfully, but these errors were encountered: