IFilterBuildAssemblies
Implement this interface to receive a callback to filter assemblies away from the build.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.Build
- Assembly: UnityEditor.CoreModule
public interface IFilterBuildAssemblies : IOrderedCallback
Remarks
For more information about build callbacks, refer to Use build callbacks
Methods
Method | Description |
|---|---|
| OnFilterAssemblies | Will be called after building script assemblies, but makes it possible to filter away unwanted scripts to be included. |