unity3d - Reduce the size of empty unity project android -
i working on android game project unity engine (version 5.2.0f3). question is: empty compiled project 18 mb apk file size. why , how can reduce size ?
the thing can strip byte code, use .net 2.0 subset, set script optimization "fast no exceptions", vertex compression "everything", , optimize mesh data.
in 5.3.2f1 has more options, in 5.2.0f3 think has few of mentioned above.
this located under player settings, other settings, bottom.
Comments
Post a Comment