Search Unity

Unity 5.6.2 help android export with split binary apk is more larger than obb

Discussion in 'Editor & General Support' started by Deleted User, Jan 12, 2018.

  1. Deleted User

    Deleted User

    Guest

    Help me please, im trying to export to Android with split binary enabled but always the apk size is 135mb and the obb file size is 3,37mb







    Help me please
     
  2. alexeyzakharov

    alexeyzakharov

    Joined:
    Jul 2, 2014
    Posts:
    507
    Hi!

    It looks like you have only one scene in the game - you need to have bootstrap scene 0 which loads App scene to have App scene in obb.
    See more info at https://docs.unity3d.com/Manual/android-OBBsupport.html
    >APK - Consists of the executables (Java and native), plug-ins, scripts, and the data for the first Scene (with the index 0).