Hello, I have the Twitch Integration and Twitch Authentication assets and am trying to get to the point where i can have twitch chat appearing in game.
I can get a token back using the authentication and then i paste it into the TwitchIntegrationExample scene and hit connect.
I get a message back saying: "[Twitch Chat]Client connected and ready to serve" but also: "[Twitch Chat]< FROM IRC: :tmi.twitch.tv NOTICE * :Login unsuccessful"
I get a bunch of ERR_BADAUTH messages, but read in the docs that it should still work with chat
But when i type messages into the twitch stream chat, i don't see anything happen in game.
Ive put my channel name in, and it is getting back a channel ID, and I created an application on the twitch developer console, put the client ID into the box in the component.
Is there anything obvious I am missing? I am pretty new to twitch