Example to deploy on Steam
I would really enjoy an example for releasing a game to [Steam](https://store.steampowered.com/) in this project. * [There is a npm package `steam-deploy`](https://www.npmjs.com/package/steam-deploy) (did not try it) * [There is a feature request for unity](https://feedback.unity3d.com/suggestions/push-builds-to-steam). * [There is this forum post on Unity](https://forum.unity.com/threads/upload-to-steam.356581/) Some Steam API Documentation: * https://partner.steamgames.com/doc/webapi_overview * https://partner.steamgames.com/doc/sdk/uploading (There seem to be some `./steamcmd.sh` available for MacOS.) edit: see https://github.com/game-ci/steam-deploy
issue