Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Find Leaderboard" cannot be used to "Upload Leaderboard Score" because of not matching structures #26

Open
SirDiabo opened this issue May 31, 2022 · 6 comments

Comments

@SirDiabo
Copy link

Shouldn't the return value of "Find Leaderboard" be of a leaderboard struct?
To my knowledge, this makes it impossible to use the steam leaderboard :(
I checked in multiple documentations and the Find Leaderboard Function is usually supposed to be used to get that struct... please correct me if I'm wrong, though.
1
2
3

@trdwll
Copy link
Owner

trdwll commented Jul 11, 2022

Forgot to respond. Yeah, no idea.

@SirDiabo
Copy link
Author

I found out that you need to just need to call "find leaderboard" and then bind the "OnLeaderboardFindResult" to the upload function.
For some reason, find leaderboard doesn't get called, though . _.
I read through steam documentations, the code, watched how some other people set up their leaderboard and for them, it just worked. Not sure if it's a Plugin, Steam or me problem.
image
image

@HashemShepard
Copy link

For some reason, find leaderboard doesn't get called, though . _.
I read through steam documentations, the code, watched how some other people set up their leaderboard and for them, it just worked. Not sure if it's a Plugin, Steam or me problem.

did you make sure that steam is actually running ? like when you open the game , it shows you the notification at the bottom , also note that steam stuff only work in standalone mode

@SirDiabo
Copy link
Author

yup, steam is running. I tried in standalone and even after packaging. It just doesn't get called :(

@HashemShepard
Copy link

HashemShepard commented Aug 15, 2022

yup, steam is running. I tried in standalone and even after packaging. It just doesn't get called :(

did you publish the changes on steamworks ?
you have to first add them here https://partner.steamgames.com/apps/achievements/1292510
and then publish the edits first
https://partner.steamgames.com/doc/features/achievements

@trdwll
Copy link
Owner

trdwll commented Sep 5, 2022

Not sure if leaderboards work. iirc they never worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants