NetworkSpawn now gets called on Scene objects on the server

This commit is contained in:
Albin Corén 2018-04-04 06:35:17 +02:00
parent f6c41db513
commit a0157be9dd

View File

@ -224,6 +224,7 @@ namespace MLAPI.MonoBehaviours.Core
SpawnManager.spawnedObjects.Add(networkId, sceneObjects[i]);
sceneObjects[i]._isSpawned = true;
sceneObjects[i].sceneObject = true;
sceneObjects[i].InvokeBehaviourNetworkSpawn();
}
}