Hello. I need to spawn Player using my methods instead standard! For no lobby I override OnServerAddPlayer and add all what I need there. But how be with NetworkLobby? Which function I need override for make my own spawn ways?

I found solution using so many tutorials and examples.
If you interesting: all of you need it’s
override void OnLobbyServerCreateGamePlayer

there Instantiate need GameObject and return it! Very easy!