An open API service indexing awesome lists of open source software.

https://github.com/bengreenier-archive/unity-twitch-input

Control unity games from twitch chat!
https://github.com/bengreenier-archive/unity-twitch-input

chatbot twitch-api unity3d

Last synced: 8 months ago
JSON representation

Control unity games from twitch chat!

Awesome Lists containing this project

README

          

# unity-twitch-input

Control unity games from twitch chat! :video_game: :tv:

[![Build status](https://ci.appveyor.com/api/projects/status/qmj0l67l7hfw6ic7?svg=true)](https://ci.appveyor.com/project/bengreenier/unity-twitch-input)

A drop in replacement for [Unity Input](https://docs.unity3d.com/ScriptReference/Input.html) that enables [twitch](https://twitch.tv) chat to drive Unity experiences. I wanted to enable folks watching [my stream](https://twitch.tv/ben_greenier) to control things as we build experiences, games, and frameworks together. Further, I didn't want folks to have to use an entirely new input system to support this sort of functionality. :sunglasses:

## Using

> This project isn't ready for prime time yet, as such these steps aren't quite right! :smile:

+ Install [a release](https://github.com/bengreenier/unity-twitch-input/releases)
+ Secure a twitch chat access token [from here](https://twitchapps.com/tmi)
+ Provide that access token by creating a `ChatAccessToken` asset
+ Launch your experience!

## Examples

> Coming soon! :smile:

## License

MIT