TwitchLib / TwitchLib.Unity

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

Is there a guide to implementing TwitchLib into Unity? #15

Open yunghze opened 6 years ago

yunghze commented 6 years ago

I have been scouring the site for any guide for implementing into Unity but the previous guide was taken down. The link returns me a 404 error.

LuckyNoS7evin commented 6 years ago

Hello,

Yes the old guide will not no longer work with this library and we do have a task to write a new one.

The new guide will however be easier and we have made this library easier to implement.

The examples are very basic however they do work and if you have any issues please ask.

We aim to get a release out on Sunday so v1 should be good to go.

Side note myself and/or Bjorn(GameDevCompany) will/may do a new video for Youtube

yunghze commented 6 years ago

Hi, thanks for the quick reply.

I just want to know what files I would need inside the asset folder in order for me to starting using the scripts and functions within Unity.

LuckyNoS7evin commented 6 years ago

If you are familiar with Visual Studio, download the latest version of the repository from Github, open the solution and build.

In the TwitchLib.Unity/bin directory you will find TwitchLib.Unity.dll and this is the only file you need to be in the asset folder. It should be around 1.8MB...

Apart from that Unity needs to be in 4.6 mode and not 3.5 mode for the dot net version.

yunghze commented 6 years ago

Ahh okay. Thanks! I will try it and do some experiments.

yunghze commented 6 years ago

I am getting errors when trying to build the solution. It's telling me some of the project files cannot be found.

...\TwitchLib-master\TwitchLib.Client\TwitchLib.Client\TwitchLib.Client.csproj : error : The project file cannot be found. ...\TwitchLib-master\TwitchLib.PubSub\TwitchLib.PubSub\TwitchLib.PubSub.csproj : error : The project file cannot be found.

LuckyNoS7evin commented 6 years ago

@yunghze ah I see the issue, for some reason submodules in this case those pulled from other repositories are not doenloaded when you use the "Download as Zip option.

if you join the discord here https://discord.gg/XRF642u i can send over a compiled version for now...

sdoddler commented 6 years ago

Hey, I'm getting the same error - I'll join discord when i can but just wondering if we could get a mirror for the dll? So that people can download as required?

677283 commented 6 years ago

Is it only necessary to put TwitchLib.Unity in Unity? I am using Google Translator because I can not speak English.

LuckyNoS7evin commented 6 years ago

@sdoddler @677283

please see RELEASES

it is a single twitchlib.unity.dll

677283 commented 6 years ago

@LuckyNoS7evin Thanks ~ : )

sdoddler commented 6 years ago

<---- Silly @LuckyNoS7evin thanks Mate :)

kicksent commented 4 years ago

Is this issue ongoing? Can this be closed?

Deroido commented 3 years ago

Is this issue ongoing? Can this be closed?

do you see new dll or appropriate documentation? Me neither.