I've been working on a game, and one of its features is being able to create a level. However, I'm having some trouble on how to save the level the user has created.
I'm thinking of duplicating the scene the player is working on when they hit the "save" button and then storing the scene somewhere where the user can access it later. I've tried a couple things, but to no avail.
It would be helpful if you could either:
- Find a way to duplicate the scene
- Find a way to save the scene without duplicating it
All help is appreciated!