R
R
Rustamovich2015-08-10 00:10:16
iOS
Rustamovich, 2015-08-10 00:10:16

Unity3d build for iOS weighs too much, why?

Colleagues!
Apk for android for example weighs only 11mb, today I compiled a build for testflight with x64 support and got a total weight of 47mb, why is that? can it be optimized?
Thanks to

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Daniil Basmanov, 2015-08-10
@Rustamovich

What version of Unity did you build? Have you used IL2CPP? In 5.1.1 or 5.1.2 versions, the build size was greatly reduced, maybe you need to upgrade. In general, for iOS, two binaries get into the assembly, one for x86 and the other for x64, so the ipa size is larger. You can also see what gets into the build , maybe you grabbed too much.

T
Taras Kovalchuk, 2020-04-16
@TKovalchuk

Use the LZ4HC compression method in BuildSettings to build on IOS.
My build size has decreased 10 times, from 1.2GB to 123MB
5e98be70c0657358329411.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question