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.

screenshot of optimization settings under other settings


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -