/unity-utils-publish-builds

A simple Editor tool to automatically publish new Unity builds to Slack channel

Primary LanguageC#MIT LicenseMIT

unity-utils-publish-builds

A simple Editor tool to automatically publish new Unity builds to Slack channel

Usage

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.

Dependencies