Namespace LlamaSoftware.Chat.Demo.Lobby
Classes
LobbyController
This is a simple class to manage displaying players in the Lobby.
LobbyLoginController
This is in the LlamaSoftware.Chat.Demo namespace, indicating this is not a production-ready piece script. Instead it is meant to demonstrate how you may do something. A specialized LoginController to demonstrate how a lobby could work. Instead of automatically joining a lobby, you may want to split the logic here in your game with the login piece so a user can be put into a lobby instead of only having 1 lobby.
LobbyNetworkManager
Extends NetworkManager to have a LobbyLoginController reference. Updates the LobbyLoginController player list after players diconnect.
LobbyPlayer
A simple representation of a player for the Lobby Screen
StressTestSender
Class to test sending a large number of messages to see client/server performance