A downloadable tool

Download NowName your own price

How to implement Twitch chat interactions to my Unity project?

  1. Download & import the Unity package of the tool.
  2. Register your game on Twitch (https://dev.twitch.tv/docs/authentication/register-app).
  3. Get your game's Client ID & assign it in settings tab of the tool window.
  4. Create a Twitch command by declaring a method with the [TwitchCommand()] attribute in any C# script. If done correctly, you will see your command show up in the list of commands in the tool window.
  5. Make sure to authenticate players before connecting to Twitch with this function from the TwitchIntegration namespace:
TwitchManager.Authenticate(string username, string channel, Action<bool> callback)

Download

Download NowName your own price

Click download now to get access to the following files:

Unity Package
External
Source Code
External

Leave a comment

Log in with itch.io to leave a comment.