This is special sauce that generates the autogen/ and types/ directories.
It uses SteamworksParser to parse the Steamworks C++ header files, then converts them to C#.
- If necessary update the files in
steam/ - Open a command prompt to the CodeGen directory. (The script must be run from this directory or the relative paths will be broken.)
- Run
python3 Steamworks.NET_CodeGen.py, preferably on a linux based OS to generate proper line endings. (I use WSL for this.)