Adding object to an unloaded scene?

Is there a way to add objects to a scene that isn’t actively loaded in the editor?

I’m trying to add objects to command line builds and not all the projects I’m dealing with have a scene loaded by default. I’d prefer to not have to load the scene in the editor because I’d rather leave the project as untouched as possible.

Sadly, you cannot. You have to load the scene - even if it’s by script, add the object and save it.

1 Like

Thanks, I’ll be loading the first scene and stop looking for alternatives then :slight_smile: