https://github.com/xjine/unity_slack
SlackAPI and SlackManager provides easy way to post some messages or upload file into Slack.
https://github.com/xjine/unity_slack
assets unity
Last synced: about 2 months ago
JSON representation
SlackAPI and SlackManager provides easy way to post some messages or upload file into Slack.
- Host: GitHub
- URL: https://github.com/xjine/unity_slack
- Owner: XJINE
- License: apache-2.0
- Created: 2019-04-11T07:48:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-11T09:35:32.000Z (about 7 years ago)
- Last Synced: 2025-02-08T22:28:07.334Z (over 1 year ago)
- Topics: assets, unity
- Language: C#
- Homepage:
- Size: 74.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity_Slack

``SlackAPI`` and ``SlackManager`` provides easy way to post some messages or upload file into Slack.
## Import to Your Project
You can import this asset from UnityPackage.
- [Slack.unitypackage](https://github.com/XJINE/Unity_Slack/blob/master/Slack.unitypackage)
### Dependencies
You have to import following assets to use this asset.
- [Unity_SingletonMonoBehaviour](https://github.com/XJINE/Unity_SingletonMonoBehaviour)
## How to Use
Set ``SlackManager`` into your object, and set ``Token``, ``Channel``, and ``UserName`` from Inspector.
And then, call various methods which post into your Slack.
- PostMessage
- UploadFile
- UploadTexture
- UploadScreenshot
### Limitation
<@user_name> mention is ignored in Slack API. Use <@user_id> instead.