A simple Editor tool to automatically publish new Unity builds to Slack channel
Put slack.json file into your Unity project root:
{
"oauthToken": "your OAuth token for Slack app with 'files:write:user' and 'remote_files:share' permissions",
"uploadEndpoint": "https://slack.com/api/files.upload",
"channel": "channel id you want to post your build to"
}
You can add this file to your .gitignore to keep your OAuth token safely out of repository.
- unity-utils-editor-coroutine makes possible to use UnityWebRequest in Editor.
- SharpZipLib packs the build into zip archive.