IUnityLinkerProcessor

interface in UnityEditor.Build


Implements interfaces:IOrderedCallback

Switch to Manual

Description

Implement this interface to receive callbacks related to the running of UnityLinker.

Public Functions

GenerateAdditionalLinkXmlFileGenerates additional link.xml files for preserving additional types and their members.
OnAfterRunPerforms arbitrary logic after UnityLinker has run.
OnBeforeRunPerforms arbitrary logic before UnityLinker runs.