Completed
Tie
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Simple Multiplayer Game Development with Unity Netcode - Creating a Tic-Tac-Toe Game
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 Grid Setup
- 6 GameManager, Singleton Pattern
- 7 Game Visual Manager, Spawn Objects
- 8 RPCs
- 9 Network Transform
- 10 Player Types, LocalClientId
- 11 Player UI
- 12 Network Variable
- 13 Network Manager UI
- 14 Player Type Array
- 15 Test Winner Function
- 16 Game Over UI
- 17 Rematch
- 18 Tie
- 19 Score
- 20 Sound Effects and Music
- 21 Lobby, Relay, Other Multiplayer Tools
- 22 Polish
- 23 Final Game
- 24 Congratulations