- Home /
Scene number effect apk file size?
hello every one I want to know if I merge two scene and make it one scene my apk file size will reduce or not? thanks
It won't help much, but will maybe save you a kilobyte or two. Are you just over the 50$$anonymous$$B threshold for Play Store or something?
Answer by Jessespike · Mar 16, 2015 at 04:26 PM
Not really, you might shave off some Kilobytes. Depending on how large your scene is. Reason for this is because .scene files don't actually contain any object data.
Merging scenes may actually increase loading times.
Answer by DaDonik · Mar 16, 2015 at 04:19 PM
It's more the size of your scenes that affects the size of the build, regardless what platform you choose to build to.
If you merge your scenes, the final scene will most likely increase in size and you will gain nothing, except that your game is no longer seperated into several scenes. Assuming that your seperation into scenes made sense, you have sacrificed nicely seperated scenes for little to no build size reduction.
Your answer
Follow this Question
Related Questions
Unity 3.0 and scene merging capabilities 2 Answers
Multiple developers working on the same scene 2 Answers
Unable to merge two projects 1 Answer
Android App behaviour is different from Unity version 0 Answers
Get dirty state from a scene 3 Answers