Massimo Verzeni
Interactive Streaming Unity 2D

The Cage Live Duels

Interactive YouTube Live Auto-Battler

The Concept

The Cage Live Duels is a YouTube Live interactive game where viewers control the match by typing hero names into chat. It runs 1v1 auto-battles sequentially—each match features two heroes spawned from chat messages that fight to the finish. Winners advance, losers are eliminated, and the cycle repeats. The entire experience streams natively from Unity with automatic clip recording.

bolt

Native Streaming

Natively streams itself directly to YouTube using the FFmpegOut package without needing external broadcaster software like OBS.

hub

Auto-Clipping

Simultaneously configures FFmpeg to record and automatically save exciting match clips directly to local storage.

Technical Architecture

WebSocket backend client that securely monitors the YouTube API for real-time comment ingestion.

Unity-to-Backend connectivity via the NativeWebSocket layer, ensuring fast and reliable message parsing.

1v1 matches run sequentially—viewers build a queue and spawn heroes that fight one-on-one in real-time.

100% Automated Workflow

Fully automated continuous gameplay, live stream broadcasting, and clip recording from a single Unity instance.