I'm making a short collectathon game that takes place entirely in one scene. I want to add a save system, and I had an idea for doing so. I thought that, when the game saves, it creates a new .tscn scene file from the current scene that could then be loaded into. I wanted to ask if there are any unforseen dangers, vulnerabilities, or issues that this method has, or if anyone has tried this before.