I'm trying to create a lobby using the built in LobbyManager and LobbyPlayer and have gotten so far that i can create and list games and show the lobby. LobbyPlayer objects gets created automatically by the LobbyManager and i have my own extended script on the LobbyPlayer object where i try to use isLocalPlayer to do some setup as in the Lobby example on the asset store. The issue im running in to is that isLocalPlayer always returns false, regardless if its...
Issue with LobbyPlayer and isLocalPlayer
Issue with LobbyPlayer and isLocalPlayer