I am currently generating all of my objects in my scene using different scripts. I would like to save the scene with the generated objects so that I no longer need to run the scripts. Is this possible in unity?
You can use Editor scripts to generate objects and then save the scene, if that’s what you’re asking.
That sounds like what I want but in a simple test my instantiated gameobjects are coming back as null.