Skip to content

Releases: TwitchLib/TwitchLib.Unity

Community Compiled

16 Nov 02:50
8ed36f4
Compare
Choose a tag to compare
Community Compiled Pre-release
Pre-release

Basically it's #71 , but more specifically it's:

API: 3.9.0 -> 3.10.0
Client: 3.3.1 -> 4.0.0
PubSub: 3.2.6 -> 4.0.0

This is a breaking change, but will bring all components up to date with the latest Twitch changes, and fix a bunch of bugs, notably pubsub issues.

Community Compiled

26 Sep 03:49
Compare
Choose a tag to compare
Community Compiled Pre-release
Pre-release

Threw this together, sort of unofficial community compiled. May or may not work.

Community Compiled

14 May 21:16
Compare
Choose a tag to compare

This release is dated 05/14/2021. It has the following deps.json data:

"TwitchLib.Unity/1.0.3": {
        "dependencies": {
          "NETStandard.Library": "2.0.3",
          "Serilog.Extensions.Logging": "3.0.1",
          "TwitchLib.Api": "3.2.4-preview-241647a94fd5b8363f7f41c35fa5fd33e760127b",
          "TwitchLib.Client": "3.2.3-preview-94b33cd801bf51e1d81b179ce10c7d896072b4c3",
          "TwitchLib.PubSub": "3.2.3-preview-5500be4a524d8812e7bd37de4288610422b41fe6",
          "UnityEditor": "0.0.0.0"
        },
        "runtime": {
          "TwitchLib.Unity.dll": {}
        }

I tested all 3 components, and they were working in my Unity project.

Community Compiled

30 Jan 01:32
Compare
Choose a tag to compare
Community Compiled Pre-release
Pre-release

This release is dated 01/29/2021. It has the following deps.json data:

      "TwitchLib.Unity/1.0.2": {
        "dependencies": {
          "NETStandard.Library": "2.0.3",
          "Serilog.Extensions.Logging": "3.0.1",
          "TwitchLib.Api": "3.2.0",
          "TwitchLib.Client": "3.2.0",
          "TwitchLib.PubSub": "3.2.0",
          "UnityEditor": "0.0.0.0"
        },
        "runtime": {
          "TwitchLib.Unity.dll": {}
        }

I tested all 3 components, and they were working in my Unity project.

Community Compiled

17 Nov 22:52
b9b6805
Compare
Choose a tag to compare
Community Compiled Pre-release
Pre-release

This release is dated 07/13/2020 and was generously compiled by PifLyon/Duffy (discord: PifLyon/Duffy#2577). It has the following deps.json data:

"TwitchLib.Unity/1.0.1": {
        "dependencies": {
          "NETStandard.Library": "2.0.1",
          "Serilog.Extensions.Logging": "3.0.1",
          "TwitchLib.Api": "3.1.3",
          "TwitchLib.Client": "3.1.5",
          "TwitchLib.PubSub": "3.1.4",
          "UnityEditor": "0.0.0.0"
        },
        "runtime": {
          "TwitchLib.Unity.dll": {}
        }
      },

1.0.0 - Release Candidate

17 Jun 19:40
df4ee89
Compare
Choose a tag to compare
Pre-release

This is the final pre-release version of TwitchLib.Unity

0.9.2 - Beta release 3

06 Apr 12:11
7ef7a1f
Compare
Choose a tag to compare
Pre-release

Api fixes and better Api error handling.

Removed some unused items

0.9.1 - Major bug fix in chat client

18 Mar 23:10
20593fb
Compare
Choose a tag to compare
Pre-release

Fix issue with joining channels where the user was not the channel you were joining

Better Exception Handling for Unity in Chat Client

0.9.0 - Beta release of TwitchLib Unity

17 Mar 12:52
776edb4
Compare
Choose a tag to compare
Pre-release

This has some all the current functionality of TwitchLib 2.0.0 there is soon to be an update in both Api and Chat Client which will break some of the code created from this. These changes are mainly around models and the namespacing of these.

Note: GitHub does not pull Sub Modules into the Source Code for the releases this is why there is an attached zip of the src