03 User and Rooms - Alteruna/au-multiplayer-guide GitHub Wiki
What is a User?
Each running instance of an application will be assigned a generated user name and a unique ID when the Multiplayer 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 user name and user ID in the inspector window for the Multiplayer component, when in Play mode.
What is a Room?
A room is a session for a given application (identified by an Application ID) that users can join to sync data and application states between each other.