Simplest way to use Steam Leaderboards from C# [on hold]
- by Miau
We are about to integrate steamworks for leaderboards and achievements into our game. I see there are many open and closed source libraries that can be used to use SteamWorks from C#.
Rolling our own wrapper can be done, but if the other libraries are reliable then it would be better to use and perhaps contribute back if we see any obvious gaps.
Have you used any and if so what was your experience with the different libraries? Specifically for Leaderboards and achievements
The ones I found are:
SteamWorks.net
Steam4Net
Ludosity (can be used outside of Unity apparently)