Twitch IRC June 16, 2015 grahnz 3 Comments A lightweight Twitch IRC client built for Unity, licensed under MIT: GitHub page
Hi there, does this work with Unity 4.4 and above? Also, are there any beginner-friendly tutorials on how to implement it? I couldn’t find any during a quick search. Reply
Actually i haven’t tested it since i wrote it. But from what i’ve heard it should work! About tutorials, not really. There’s this example: https://github.com/Grahnz/TwitchIRC-Unity/blob/master/TwitchChatExample.cs. I understand if it’s not very easy for a beginner to jump right in. But give it some trial and error, use break-points and Debug.Logs too understand whats happening. Please come back to me if you have any questions 🙂 Reply
Hi there, does this work with Unity 4.4 and above?
Also, are there any beginner-friendly tutorials on how to implement it? I couldn’t find any during a quick search.
Actually i haven’t tested it since i wrote it. But from what i’ve heard it should work!
About tutorials, not really. There’s this example: https://github.com/Grahnz/TwitchIRC-Unity/blob/master/TwitchChatExample.cs.
I understand if it’s not very easy for a beginner to jump right in. But give it some trial and error, use break-points and Debug.Logs too understand whats happening. Please come back to me if you have any questions 🙂
It even still works in Unity 2018 this script is awesome! Thanks.