UserBuildSettings
Provides access to build settings specific to the Android platform.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Android
- Assembly: UnityEditor.Android.Extensions
public static class UserBuildSettings
Remarks
This class also includes a setting specifically used for builds targeting Meta Quest devices.
Static Properties
Property | Description |
|---|---|
| linkTimeOptimization | Use the precompiled and link time optimized (ThinLTO) Unity engine code (libunity.so) for non-development builds. |
| profileableShell | Enables Android system services and shell tools to analyze your application's release build for performance testing. |
Classes
Class | Description |
|---|---|
| UserBuildSettings.DebugSymbols | Provides settings to generate native symbols during the application build process. |