Difference between Steam APIs

Options
Hi :D Whats the differences between the official Steam API (downloaded from http://www.steampowered.com/steamworks/) and this one: https://steamworks.github.io/? Thanks :D

Answers

  • BFGames
    Options
    Steamworks.NET is simply a C# wrapper of the original C++ steamworks. They try to keep it as close to valve's and are doing a very good job of it. Its not a problem reading valves examples and then translating them into your C# project, and works out of the box with Unity.