Version: 2017.2
public static bool SpawnObjects ();

Returns

bool Success if objects where spawned.

Description

This causes NetworkIdentity objects in a scene to be spawned on a server.

NetworkIdentity objects in a scene are disabled by default. Calling SpawnObjects() causes these scene objects to be enabled and spawned. It is like calling NetworkServer.Spawn() for each of them.