BeginnerUserGuidePart03UserAndRooms

Introduction to how Users and Rooms work when using Alteruna.

What is a User?

Each running instance of an application will be assigned a generated username and a unique ID when
the MultiplayerManager component is created.
The name, in combination with the user ID, is what identifies users playing against, or with, each other.
You can see your assigned username and user ID in the inspector window for the MultiplayerManager component,
when in Play mode.

What is a Room?

A room is a session for a given application that users can join to sync data and application states between each other.

See Also