Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Sounds interesting!    Simple and logical!

Would this eliminate the add-on MB's from the .mono and .import folders?  And anything else that isn't dev-data?

(+1)

I just made a test exporting the project with a PCK (I'm using mono) and the PCK size is 15 MB (my assests/code is around 1MB), it creates a data_{project} folder with the mono runtime, but it looks like the assemblies and other stuff is added to the PCK file

davidoc : This is an obstacle, but we can find out the extra MB added just for Mono and subtract it from the Mono projects.

xudz : .pck (in pure godot engine) is just all the content scripts, models etc. For example export a project named for example one. It will create an one.pck and one.appimage (exe or what ever). Afterwards export another project named two.

Go delete one.pck and rename two.pck to one.pck and then run the one executable. The two project is going to show up.

Darn.  

Oh well, we're back to Plan A:  Everyone can just deduct the size of their .mono folders and .import folders.  

Kinda complicated but easy enough to do.

Thanks for the insights, kakoeimon and davidoc!