Search Unity

Twitch chat input -> Trigger in unity

Discussion in 'Immediate Mode GUI (IMGUI)' started by KopperNatt, Oct 21, 2018.

  1. KopperNatt

    KopperNatt

    Joined:
    Oct 21, 2018
    Posts:
    9
    Hey, I'm trying to make a twitch game in Unity, but im kinda stuck. If for example twitch-user John writes anything in my chat, I want Unity to get his username + that he wrote something, anything really.

    So every time anyone writes something, i'll get the username and that he/she wrote something. When a user has written in my chat something will trigger and i get the username.

    I really hope you understand, and also im pretty new. I would be so happy to fix this. :D
     
  2. Johannski

    Johannski

    Joined:
    Jan 25, 2014
    Posts:
    826
    Hello and welcome to the forum. This subforum you chose to ask the question is actually for something completly different, so don't wonder if you won't get that many replies. Yout question would be more fitting to either the scripting or connected games sub-foum.

    For your question: You should find a lot on github, which should help you with integrating twitch in your project. e.g.
    https://github.com/TwitchLib/TwitchLib.Unity
    https://github.com/DanielSnd/twitchPickTool
     
  3. KopperNatt

    KopperNatt

    Joined:
    Oct 21, 2018
    Posts:
    9