What advantages can I get if I build my project Manually?

What will happen if I build my project Manually using Yarn … Will the game size or operating specifications decrease (for example, it works on 32 bits?)
I used google translate…don’t judge me :sweat_smile:

The one click build is the same as the manual one, only that you do not need to install additional tools. This works by sending build files to a server which already has those build tools, and makin it run the build tools for you. The servers are expensive, so you can only get a few of those builds done every day. When manually exporting, since your machine does all the work, you can do as many as you want, but you have to install the build tools.

3 Likes