Hey there, I think I’ve been doing these experiments files in a weird way…
As for now, each one is an individual file with its own Godot project.
What do you think about bundling them all together?
I have some options in mind:
- A single Godot project with folders for each experiment (might cause some issues regarding the project structure, especially if I want to re-use assets across experiments)
- A single .zip with a folder for each experiment, which would be each an individual Godot project (quite inconvenient, but maintains a better structure)
- Keep it as it is (inconvenient since if you want more than 1 file you need to download, save, extract and import each .zip)
Would you rather 1 or 2 or 3?