/// /// Creates a new Gameobject called Name_1 /// public void AddGameObject() { GameObject testObject = new GameObject("Name_1"); }