Throws ArgumentException : The object you want to instantiate is null...
It may cause of this line:
GameObject gameObject = UnityEngine.Object.Instantiate(NetworkManager.singleton.spawnPrefabs.FirstOrDefault(p => p.gameObject.name == "Player"));
“Player" is no longer available :(
thx northwood
Throws
ArgumentException
: The object you want to instantiate is null... It may cause of this line:GameObject gameObject = UnityEngine.Object.Instantiate(NetworkManager.singleton.spawnPrefabs.FirstOrDefault(p => p.gameObject.name == "Player"));
“Player" is no longer available :( thx northwood