This is a UNet sample project converted to Netcode for GameObjects.
This sample shows you:
- Server authorative physics based movement
- Managing health and a list of buffs for your players in a multiplayer game
- How to pool network objects such as bullets and asteroids to improve performance
- Add a way to assign a player name to each player.