Entry for the #NumericaTwitchJam. Game based in THE BUTTON by Elendow.
TBD
This game was entirely developed on Twitch and uses the Very Simple Twitch Chat Plugin
When you create a Twitch App on the Twitch Developer Dashboard, you get a CLIENT ID (this key is public) and you need to add it to the header in your Twitch API Calls.
Although this CLIENT ID is public, I don't think sharing mine in a repository is a good idea because every app should have its very own CLIENT ID and add it to the code in order to use the VIP/Timeout functionality.
To help you with this task, I've created a Secrets template where you can add your Client data. To add the saved file to your project, you can duplicate the file stored in Assets\Secrets\Secrets.cs.example
and remove the extra extension of this file. This will result in a Secrets.cs
file that will be recognized by the engine but won't be tracked by git.
To generate your own keys:
-
Go to https://dev.twitch.tv/console/apps and authorize Twitch Developer to access your account.
-
Click on the "Register Your Application" button.
-
Register your application. Make sure you add the localhost URL to the redirect field
- Click on the "Manage" button.
- Copy the generated "Client ID" and add it to your
Secrets.cs
file.
This game has been developed thanks to a loving community of people that support me every day on Twitch. This wouldn't be possible without all of you <3
This project is released under the GPLv3 License by RothioTome (2023)