- Home /
Can I use the same game player prefab in lobby player prefab,by inheriting from lobby player and adding it to the lobby manager?
I want to use the game player prefab which I have created ,as a Lobby player also. To do this I inherited it from lobby player and then added it in the lobby manager.I wanted to know if there would be be any issue if I do this ,as in if the lobby manager requires them to be different or some special conditions which needs to be satisfied?. Please note I want to use lobby manager and not network manager as it serves my needs of lobby scenes and game scenes ,just that I want to use the same Player Prefabs in place of lobby player and game player.
Your answer
Follow this Question
Related Questions
[Multiplayer] Lobby/Staging/Matchmaking flow: Quickstart using NetworkLobbyManager? 2 Answers
NetworkIdentity.clientAuthorityOwner no set on NetworkLobbyManager's playerPrefab 1 Answer
[UNET] how to correctly rehost the game? 0 Answers
Dedicated server lobby problem 0 Answers
OnStart ___ vs OnLobbyStart ___ methods from NetworkManager and NetworkLobbyManager 1 Answer