Plan: Networking tutorial.
Time: 54:12
I have networked players that shoot each other.
Networking terminology learned:
SyncVars – values communicated from server to all clients. e.g. A bullet was spawned
Commands – values communicated from client to server. e.g. A client wants to fire a bullet
Tomorrow: Networking.