I’m planning to release the source code of my game and post it on Github, do I only need the files that I save on my computer (which contain .Json with the Assets folder)?
I had this doubt because the Json of the project contains a Uuid and I don’t know if this affects anything
The json file contains all logic stuff and events.
The other files in the same folder are the assets (sounds, images, fonts, and other files).
The assets folder DOESN’T contain all assets you are using.
If you imported art from somewhere other than the asset store, gdevelop will copy the asset to your project folder, NOT the assets folder.