I have a function in the game scene and it is:
function OnPlayerConnected(player : NetworkPlayer)
{
Debug.Log("Player has connected");
}
The function never gets called. What am I doing wrong?
function OnPlayerConnected(player : NetworkPlayer)
{
Debug.Log("Player has connected");
}
The function never gets called. What am I doing wrong?