-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a guide to implementing TwitchLib into Unity? #15
Comments
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 |
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. |
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. |
Ahh okay. Thanks! I will try it and do some experiments. |
I am getting errors when trying to build the solution. It's telling me some of the project files cannot be found.
|
@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... |
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? |
Is it only necessary to put TwitchLib.Unity in Unity? |
@LuckyNoS7evin Thanks ~ : ) |
<---- Silly @LuckyNoS7evin thanks Mate :) |
Is this issue ongoing? Can this be closed? |
do you see new dll or appropriate documentation? Me neither. |
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.
The text was updated successfully, but these errors were encountered: