Question by
Ghoneim · Feb 10, 2016 at 02:32 PM ·
buildingexecutable
why produced exe are too large even if the game is very simple ?
the smallest size of produced exe file compiled by Unity is about 16 or 17 MB, this is considered large , any way to reduce this size ?
Comment
Perhaps use bytecode stripping? This can remove unused instructions that can build out and included by default in your build.
Your answer
Follow this Question
Related Questions
Is it possible to output different builds which share the same Data folder? 0 Answers
Put a Build into a Scene? 0 Answers
Icon Not Working 0 Answers