Steamworks.NET-Example icon indicating copy to clipboard operation
Steamworks.NET-Example copied to clipboard

No callback OnUserStatsReceived

Open dapotap opened this issue 10 years ago • 1 comments

Hello. I venture to ask about my issue with example in SteamStatsAndAchievements. So after a while I have no callback from Steam. Debug shows SteamManager.Initialized is initialized. But there is no callback and as a result m_bStatsValid is false and achievements do not work. Game restart does not help. Any help is appreciated. What can I do except re login in Steam?

dapotap avatar Sep 01 '15 07:09 dapotap

Hi, dapotap, see if you calling the method SteamUserStats.RequestCurrentStats(); inside update method, in this example you can see the code here: https://github.com/rlabrecque/Steamworks.NET-Example/blob/master/Assets/Scripts/SteamStatsAndAchievements.cs

Line 78

eltonnuness avatar Oct 09 '24 12:10 eltonnuness