Supported on
Event Feed
An on-screen feed that announces session events to every player: joins, leaves, wins, and any custom message your game posts. It keeps players oriented about what's happening in the match without you building notification UI from scratch.
Available in the Asset Library. Parent it under a screen-space camera so it renders over gameplay.
See it in use
The Multiplayer Game Starter Project
parents the Event Feed under its Static UI Camera, and its
NetworkEventsGenerator script posts join and leave messages to the feed.
Related
- Game Manager: the state machine whose events are worth announcing.
- Presence Indicator: persistent who's-here UI, where the feed is transient.
Was this page helpful?