In the ClientSimStackedVRCameraSystem.cs, a camera object is instantiated with "Instanciate(new GameObject())" at line 75. calling Instantiate creates a new instance of something, but calling "new GameObject()" also creates a new gameobject in the scene, causing this empty named "New Game Object" to appear.