A modern, low-level Steamworks API binding for .NET
- Install the latest .NET SDK.
- Extract the contents of the
sdk
directory from the latest Steamworks SDK into the repository'ssdk
directory. - Extract the latest Game Coordinator SDK into the repository's
sdk
directory.
- Clear the
sources/NewBlood.Interop.Steamworks/Generated
directory if it exists. - Run
generate.cmd
.
- Ensure that the bindings have been generated.
- Run
build.cmd
. - The
dist/com.newblood.interop.steamworks
package can now be used in Unity.