TwitchLib / TwitchLib.Unity

TwitchLib repository representing all code belonging to the implementation of TwitchLib for Unity. Maintained primarily by LuckyNoS7evin.
163 stars 34 forks source link

IL2CPP support? #54

Open barrykooij opened 4 years ago

barrykooij commented 4 years ago

Is IL2CPP supported? I tried building my game with IL2CPP instead of Mono but TwitchLib.Unity didn't seem to connect to Twitch chat. Exact same build on Mono, everything works perfect.

BlueCatBob commented 3 years ago

This function(ColorTranslator.FromHtml ) will hava a problem with IL2CPP.I delete all usages about this function and build solution,it works.