Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UserBuildSettings

Provides access to build settings specific to the Android platform.
Read time 1 minuteLast updated 5 days ago

Definition

public static class UserBuildSettings

Remarks

This class also includes a setting specifically used for builds targeting Meta Quest devices.

Static Properties

Property

Description

linkTimeOptimizationUse the precompiled and link time optimized (ThinLTO) Unity engine code (libunity.so) for non-development builds.
profileableShellEnables Android system services and shell tools to analyze your application's release build for performance testing.

Classes

Class

Description

UserBuildSettings.DebugSymbolsProvides settings to generate native symbols during the application build process.