Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Optimization for Android

Contains guidance on different techniques you can use to optimize your Android application.
Read time 1 minuteLast updated 6 days ago

This section of the User Manual contains guidance on different techniques you can use to optimize your Android application.

Topic

Description

Android thread configurationExplains how to configure thread affinity and thread priority to optimize for specific devices.
Optimize application startup timesExplains how to use the Activity.reportFullyDrawn API to enable Android to prioritize work that must complete before you application is initialized.
Game state hintingDescribes how game state hinting works with information on the automated and manual ways.
Optimize for user preferencesContains information on how you can use game mode feature to optimize your application based on user preferences.
Large screen and foldable device supportContains information about the settings and APIs you can use to optimize your application for large screen and foldable Android devices.