Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RuntimeSpeedLTO

Generate Web code that’s optimized for runtime performance, at the expense of taking a longer time to build compared to WasmCodeOptimization.BuildTimes. Also enable an additional Link Time Optimizations (LTO) stage.
Read time 1 minuteLast updated 13 days ago

Definition

RuntimeSpeedLTO = 1

Remarks

This option is the same as WasmCodeOptimization.RuntimeSpeed but also enables an additional LTO stage. The LTO stage is also known as Whole Program Optimization. Use this option when compiling shipping builds for deployment to end users.