Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AndroidLinkTimeOptimization

Specifies the available options for the Unity engine code to use in non-development builds.
Read time 1 minuteLast updated 6 days ago

Definition

public enum AndroidLinkTimeOptimization

Remarks

You can set the value of this enum to linkTimeOptimization property. For more information, refer to Link Time Optimization.

Fields

Value

Description

NoneThe project build uses the default Unity engine code.
ThinThe project build uses precompiled and thin link time optimized (ThinLTO) Unity engine code.