Completed
DOTS Events
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Netcode for Entities - Multiplayer Game Development with Unity DOTS
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Overview
- 3 Getting Started, Installing Packages
- 4 Companion Walkthrough
- 5 RPCs
- 6 InGame
- 7 Grid Setup
- 8 GameServerSystem, Spawn Ghosts
- 9 Player Types
- 10 DOTS Events
- 11 PlayerUI, Canvas Setup
- 12 StartGameRpc
- 13 Ghost Fields
- 14 Player Type Array
- 15 Test Winner function
- 16 GameOverUI
- 17 Rematch
- 18 Tie
- 19 Score
- 20 Sound Effects and Music
- 21 Lobby, Relay, Other Multiplayer Tools
- 22 Polish
- 23 Final Game
- 24 Congratulations