Overview
TheTwitchChat generator connects to a Twitch IRC channel and displays chat messages rendered to DMX channels. It uses a circular buffer to show recent messages.
Properties
Twitch channel name to monitor (without the # prefix).
Number of recent messages to display in the circular buffer.
Implementation
From ~/workspace/source/Assets/Plugin/Generators/GeneratorTwitchChat.cs:18-52:Configuration Example
Features
- Anonymous Login - No OAuth required
- Circular Buffer - Shows most recent N messages
- Real-time Updates - Messages appear instantly
- Format -
username: messagedisplay format
Use Cases
Streamer Chat Display
Streamer Chat Display
Show your Twitch chat in VRChat or other virtual worlds during streams.
Community Interaction
Community Interaction
Allow virtual world attendees to see Twitch chat without leaving VR.
Moderation Display
Moderation Display
Monitor chat messages visually during events.
The generator uses anonymous IRC login, so it can only read chat messages, not send them.