This version of Unity is unsupported.

IUnityLinkerProcessor

interface in UnityEditor.Build


Implements interfaces:IOrderedCallback

Description

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

Public Methods

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.