- Home /
Is it possible for Unity to fetch text from a Twitch.tv chatroom? If so, how?
I'd like to create a Unity game that fetches text from a chatroom on Twitch.tv and stores the text as a variable.
Here is the information needed to connect to a Twitch.tv chatroom: http://help.twitch.tv/customer/portal/articles/1302780-twitch-irc
First, I'd like to ask - is what I'm asking for even possible? Is this something that the Unity engine is capable of? I've searched for guides on the web, but I haven't had any luck. Even if I was told that it is possible, I wouldn't know where to begin. If it can be done, how would I do so?
Answer by stevethorne · Mar 20, 2014 at 08:19 PM
There are quite a few options on the asset store that will allow you to connect to IRC channels from within Unity games. Since Twitch.tv allows you to connect to their chats through IRC you can use these plugins from the asset store to be able to connect to Twitch.tv chats. Here's one for example.
Answer by bb_kurtle · Mar 23, 2016 at 11:43 PM
@EvaXephon you've likely solved this by now, but thought I'd chime in.
Shameless plug: my Twitch Chatter asset makes this process easy and comes with a number of included examples.
Feel free to message our contact email if you have other concerns specific to your situation.
Your answer

Follow this Question
Related Questions
Connecting to Twitch IRC 0 Answers
IRC chat have a problem with android , please help me :( 0 Answers
Building a Message Board 0 Answers
How to make an in-game chat 0 Answers
Chat Scrollbar not working correctly 2 Answers