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

Example project for Steamworks.NET

Results 6 Steamworks.NET-Example issues
Sort by recently updated
recently updated
newest added

There is no definition of `Achievement_t` in the C# code.

System.DllNotFoundException: 'Unable to load DLL 'steam_api' or one of its dependencies:

In this [file](https://github.com/rlabrecque/Steamworks.NET-Example/blob/master/Assets/Scripts/SteamStatsAndAchievements.cs) there is a section where it is evaulating whether the user got enough stat to unlock a particular achievement. This is no longer needed, because the stat...

Hello, first of all. I wanna say thanks to you for this very useful assets. I want to make an IAP for my game but i can't find any example...

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...

Fixes: Issue where a freeze on the main thead was occuring in il2cpp when the SteamManager was not at the root of the scene hierachy. Calling DontDestroyOnLoad on an object...