engineLibrary
The BuildFile.role value of the main Unity runtime when it is built as a separate library.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Build.Reporting
- Assembly: UnityEditor
public static string engineLibrary { get; }
Remarks
On most platforms, the Unity runtime is also the main executable for the player, but on some platforms it is split into a separate file, allowing the main executable to be smaller and more easily customized.