Namespace QuickStart

Classes

BanPlayer

Example of adding players to a user's ban list. This example shows BigScreen communicate with entity manager directly to add player to ban list. If actor also need this data, BigScreen should send a game message to actor. See example project for more in-depth sample.

BigScreen

BigScreen class represent the BigScreen application which create a session in Lobby Service.

After User behaviour has finish initializing AuthController, set this gameobject to active to create a session.

Client

Client represent the client application (usually running on mobile device).

After BigScreen has finish creating a session, set this gameobject to active to start client connection.

EntityExample

This class shows usage of the EntityManager.

LeaderboardExample

This class shows usage of the LeaderboardManager.

UpdateLeaderboardScore

Example of pushing player score from BigScreen to leaderboard through RMB.

Enums

ActorNetworkID

Actor is part of the game which host logic specific to a game. ActorNetworkID defines messages for bigscreen and client to communicate with the actor. Below are messages for the example showdown actor.