includedModules
The native engine modules that were included in the build.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Build.Reporting
- Assembly: UnityEditor.CoreModule
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.