- Home /
Why my game app is so big?
Hi guys, heres is the log of the unity build:
but the size of the app in the iphone is 75mb :S !!!!!!!! What Im doing wrong???
Thank you in advance
Answer by KitoCode · Apr 09, 2015 at 10:16 AM
This is a hard question to answer without seeing the project itself. The best answer you could get with the question your provided is people saying, "Yeah, I too have this problem, +1 Upvote". Or "This is a bug with Unity5, wait for next patch".
The best advice I can offer, is provide us with the project.
Answer by Noob_Vulcan · Apr 09, 2015 at 07:47 AM
Hi,
The app size in IOS is quite large than in Android. You can follow some steps to reduce your app size.
You can do the Byte Code Stripping to reduce your game size.
for more refer :
http://docs.unity3d.com/Manual/iphone-playerSizeOptimization.html
Your answer
Follow this Question
Related Questions
iOS Xcode Archive size is extreme 0 Answers
iOS build query 0 Answers
Build size breakdown 1 Answer
Cant change resolution size of build/exe 0 Answers
Distribute terrain in zones 3 Answers