Hello,
I’m making stuff in godot, but i see that the default size is already a chonky 100mb.
is it really a full engine recompile you need to do to get it under any reasonable amount?
or is 100mb a tolerable download for releasing a small game?
Hello,
I’m making stuff in godot, but i see that the default size is already a chonky 100mb.
is it really a full engine recompile you need to do to get it under any reasonable amount?
or is 100mb a tolerable download for releasing a small game?
Thats fairly standard for most generalist engines. Unity exports to around the same size and unreal I think is about 300mb.
More specialist engines or pure frameworks can be much smaller but that is because they either have to have less tooling (2d only tools for example) or expect you to make systems yourself that would be provided in larger engines.
If you are really concerned with space you can make custom godot export templates where you can remove engine features you dont need which can help trim down the size. Though 100mb is not a ton anymore. Even phones usually come with enough storage at the lower end its not a huge problem for them even though they may be the most storage sensitive device.
ah alright.
I guess im from a time where 100mb was a lot, and im still stuck with that.
I exported an empty scene as an executable and got spooked by the “baggage”.
I’ll keep it in mind!
Thanks for the responses.