Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


includedModules

The native engine modules that were included in the build.
Read time 1 minuteLast updated 10 days ago

Definition

public IEnumerable<string> includedModules { get; }

Remarks

You can pass each of these to StrippingInfo.GetReasonsForIncluding to obtain information about what caused a module to be included in the build.