Campfire

Campfire (Name TBD) - is a multiplayer game where you roast marshmallows, catch fish, play guitar and hang-out with friends around the fire.

This project started out as a sandbox to test Unity's NavMesh system with multiple users connected to a "room". Each user is a NavMeshAgent, and their transforms are shared via NetworkVariables. This allows users to collide with the world, but not other players.