alvyxaz / barebones-masterserver

Master Server framework for Unity
475 stars 106 forks source link

Lobby Game Settings - Accessing from GameRoom #190

Open Tobolov opened 6 years ago

Tobolov commented 6 years ago

I am trying to utilze the LobbyPropertyData as controls in the Lobby Config. I have got this working perfectly to the point where the user can select an option.

Once the lobby is started, how would I be able to access this setting from GameRoom (or a NeworkManager)?

As a note, I am talking about the settings in the Lobby panel in the RoomsDemo under the text:

These values can be accessed by game server, but are not used in the demo. You can have any number of settings.

joaoborks commented 6 years ago

I'm also trying to figure it out