reinterpretcat / utymap

Highly customizable library for procedural world generation based on real map data
Apache License 2.0
964 stars 151 forks source link

demo: find the way to reduce build size for Android #78

Closed reinterpretcat closed 8 years ago

reinterpretcat commented 8 years ago

So far, apk has 40Mb + which quite a lot. Looks like Ethan textures are taking a lot. Some valuable information: https://docs.unity3d.com/Manual/ReducingFilesize.html

reinterpretcat commented 8 years ago

One of the reasons: pbf, xml files inside StreamingAssets which are not used.