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

Testing PubSub locally? #67

Open drrnb opened 1 year ago

drrnb commented 1 year ago

I am aware of using Twitch CLI to test PubSub when running on a local web server with: twitch event trigger subscribe -F https://localhost:8080 But is there a way to test the Unity version with the CLI somehow?

midnitefactory commented 1 year ago

Does twitch event trigger subscribe -F https://localhost:8080 work with PubSub? I thought the event triggers only worked with EventSub?

I've been struggling to test PubSub locally as well; it seems functionality is moving to EventSub which is not in this library.