IUnityLinkerProcessor
Implement this interface to receive callbacks related to the running of UnityLinker.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.Build
- Assembly: UnityEditor
public interface IUnityLinkerProcessor : IOrderedCallback
Remarks
Configure the managed code stripping of a build with this interface. For more information about build callbacks, refer to Use build callbacks.
Additional Resources: BuildPlayerProcessor, IFilterBuildAssemblies, IPostBuildPlayerScriptDLLs, IPreprocessBuildWithContext
Methods
Method | Description |
|---|---|
| GenerateAdditionalLinkXmlFile | Generates additional link.xml files for preserving additional types and their members. |