Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Android application size restrictions

Split the assets of a large Android application so that it meets the size limits of the service you distribute it through.
Read time 1 minuteLast updated 13 days ago

Split the assets of a large Android application so that it meets the size limits of the service you distribute it through.
Digital distribution services set a maximum download size, so a large application must deliver some assets separately. The method depends on your publishing format: APK builds use expansion files, and Android App Bundle builds use Play Asset Delivery.
The following topics compare these methods and explain how to set up each one. For the size limits, refer to Deliver Android applications on Google Play.

Topic

Description

Introduction to asset splittingUnderstand the asset splitting options available in each Android publishing format.
APK expansion filesUnderstand what APK expansion files are and how to work with them in a Unity Android application.
Play Asset DeliveryUnderstand what Play Asset Delivery is and how to use it to split the assets of a Unity Android application.

Additional resources