TwitchLib / TwitchLib.Unity

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

Update TwitchLib packages, removed old event overrides from PubSub and Client #68

Closed ImCarsen closed 11 months ago

ImCarsen commented 1 year ago

Updated all packages to the latest:

Mainly updated so I could get Predictions statuses from GetPredictions (which is now GetPredictionsAsync), so nothing new was added, just updated packages and removed any code which was causing errors (things which were removed or changed in TwitchLib, for example RitualNewChatter)

Tested in Unity 2023.1.0b9 and works as expected.

Syzuna commented 1 year ago

Thanks for that PR. Do you want to merge that now or wait for Pubsub and Client to be migrated to an updated/rewritten TwitchLib.Communications to fix some reconnection and disconnect issues and then do it with those versions?

ImCarsen commented 1 year ago

I guess that depends on two things.

Either way, if you pull now, whether it be to a separate branch or to master, once the packages update I might as well make another update. (Depends on how major the changes are, I could probably do it if I have the free time)

swiftyspiffy commented 11 months ago

I'm going to go ahead and merge this, we can make changes on top of this to account for updates from the core library.