Great Engine But Don't Understand How Game Resources Are Saved To Disk?

Hi,

Been at this a couple of days on Windows 11.
Great engine, probably the best of the “No Code” engines.

I don’t understand game resources and where they are saved on the disk?
Some of my game resources are saved only in the root directory?
Some of my game resources are saved only in the “assets” directory?
Some of my game resources are saved in both root and “assets” directories?

The above is a bit confusing.
What is the proper method of sharing a GDevelop game project on Windows 11?
Currently my game project ZIP has duplicate resources in different directories?

If someone can help with the above it would be appreciated!

Jesse

I don’t know what is proper way to store your stuff
But i just create Assets folder myself
And then go with sub folders for whatever i need
For example
Audio if i have few sounds and few background music i stick to it
If not instead of Audio i go with Music and Sounds
Or Audio and inside Music and Sounds
Then folders like
Player
Enemies
UI Elements
Effects
Projectiles
Particles
Fonts
Items
Weapons
Food

Whatever you name it
And i try to keep logical order when sorting my assets there

And so far i never had such problems or concerns you just describe

In my main project folder there is only Assets folder project.json and autosave.json
Nothing more i add there myself

Hi,

Thanks, I got it sorted out.

Jesse