-
Notifications
You must be signed in to change notification settings - Fork 24
Description
I've tested the latest sample project on the same version of Unity (same everything) and the IRC.Instance.OnChatMessage doesn't ever invoke. I am able to connect to the IRC but I don't see any console messages regarding these listeners. I tested with a second account on my phone. I tried using Anonymous Login as well as my own OAuth token but both have the same outcome.
I noticed that https://twitchapps.com/tmi/ is no longer a thing. Instead, it redirects you to https://twitchtokengenerator.com/ which might be the source of my problems. Using that, I've enabled all permissions and generated what seems to be a working OAuth token (no errors in console about it). Perhaps it has to do with the application's OAuth Redirect URL? I set it to this https://twitchtokengenerator.com which worked on a previous IRC solution I was using.
Any help would be greatly appreciated, thanks!