Steamworks.NET-Example
Steamworks.NET-Example copied to clipboard
No callback OnUserStatsReceived
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?
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