Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I'm not very expert with twitch (read: not expert at all), could you articulate a bit more?
For example: chatter nicknames, subscribers nicknames, sometimes voting polls can activate features in the game played, etc.
Here are some examples:
https://www.thegamer.com/games-with-twitch-integration-features-streaming/
better example of integration
There are basically two different APIs that Twitch offers: Chat (via IRC) and via a PubSub API. The latter is the more complicated one, but you get events like "someone spend points or money/Bits to do X" which could be "spawning a duck".
An example for the API (not chat) integration would be this: https://assetstore.unity.com/packages/tools/integration/twitch-connect-2-160178
For a streamer, it is always nice to have a game that viewers can interact with. In the case of the Duck Simulator a scenario could be to have it on screen while the streamer is having a break. Viewers can then send either commands via chat that have an effect in the game or spend channel points or even money (bits) to do stuff in the game.
Just my two cents, not a streamer myself. ^^
Modding is always an option. Similar mod exists for minecraft called twitch spawns. So you can play modded and have custom spawns and drops for subs and bits etc. Just need someone who knows what they are doing.
True. And since it is Unity we already have bepinex/HarmonyX, but it is always nicer when the creator either implements a feature themself or has a proper modding API. So let's hope for a proper integration, and maybe someone also creates a mod, whatever comes first.
Nice! Will you be sharing this? Is there a github repository?
That would be great. I found this game because of someone streaming it. Integration could make more stream it so in turn help more players find the game,l and it'll be fun for viewers and streamers.