// Use 'new GameObject' to create a new GameObject in the current scene SpawnedObject = new GameObject("Created GameObject");
// Create GameObject with the name "name". GameObject newLocation = new GameObject("name");