Question by
Turzoxpress · Aug 25, 2016 at 09:51 AM ·
androidapkbatchingstatic batchingdynamic batching
Static batching option not working
My android APK file was 123MB, it was huge regarding to the assets.
So I searched for the solution, somewhere I found that if I disable 'Static Batching', my file would become smaller.
Then I disabled 'Static Batching' in my player settings and build the project again, my file size became 87MB! But after 2 days while building the file again it became 123MB ( the previous size) though 'Static Batching' option was disabled! In that time I didn't added any more objects and did not modified anything.
I tried to find out the problem but it seems the Unity just ignoring 'Static Batching' option or something else ? I am using Unity 5 Pro version.
Comment