How to greatly reduce the build size of a #Godot game:
https://popcar.bearblog.dev/how-to-minify-godots-build-size/
#GodotEngine #GodotTip
https://popcar.bearblog.dev/how-to-minify-godots-build-size/
#GodotEngine #GodotTip
Comments
compression can be great and usually doesn’t affect quality significantly while reducing size.
I guess, you can set up CI to do that for you, but not sure if it's worth it
I haven't checked if all the optimizations mentioned here are already supported but its definitely convenient if you need to auto build and deploy
Also TIL about UPX to compress any executable, it's also pretty cool!
https://github.com/upx/upx