Giter VIP home page Giter VIP logo

Comments (3)

ha-ves avatar ha-ves commented on July 17, 2024 2

Nevermind, I just reproduced it, check the last part of this in Steamworks' Documentation:

SteamUserStats.GetDownloadedLeaderboardEntry(leaderboardDownloadResult.m_hSteamLeaderboardEntries, i, out var userEntry, new int[] { }, 64);

you're not passing any details, use 0;

from steamworks.net.

ha-ves avatar ha-ves commented on July 17, 2024

Can you provide value of Packsize.value on all your target platforms? are they correct?

namespace Steamworks {
public static class Packsize {
#if VALVE_CALLBACK_PACK_LARGE
public const int value = 8;
#elif VALVE_CALLBACK_PACK_SMALL
public const int value = 4;
#endif

from steamworks.net.

AntSkilton avatar AntSkilton commented on July 17, 2024

Hi, thanks for replying back. I removed this wrapper from the project yesterday and I'm not sure where that pack size parameter is configured. The callback only had 13 entries on the leaderboard if that helps?

from steamworks.net.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.