why is Unet so damn complicated!?
nothing seems to work and there is minimal useful stuff online
All I am trying to do is test the simplest thing. Just getting the host to log a debug message to show that it's working when a new player connects.
copied and pasted the code from the unity documentation
public override void OnServerConnect(NetworkConnection conn)
{...
Unet errors overriding
nothing seems to work and there is minimal useful stuff online
All I am trying to do is test the simplest thing. Just getting the host to log a debug message to show that it's working when a new player connects.
copied and pasted the code from the unity documentation
public override void OnServerConnect(NetworkConnection conn)
{...
Unet errors overriding