Class BuildPlatformExceptedTrigger
Triggered when an exception occurs during a build platform. Note, this is not the same as a build failure, which is handled by BuildPlatformEndTrigger
Inheritance
UnityEngine.Object
    UnityEngine.ScriptableObject
    
    BuildPlatformExceptedTrigger
  Namespace: QFSW.BA
Assembly: QFSW.BA.dll
Syntax
[CreateAssetMenu(fileName = "Build Platform Excepted", menuName = "Build Automator/Build Script Triggers/Build Platform Excepted", order = 5)]
public class BuildPlatformExceptedTrigger : BuildScriptTrigger, IBuildScriptTrigger, IBuildPlatformExcepted, IBuildEventHandlerMethods
OnBuildPlatformExcepted(Platform, Exception)
Declaration
public void OnBuildPlatformExcepted(Platform platform, Exception e)Parameters
| Type | Name | Description | 
|---|---|---|
| Platform | platform | |
| Exception | e |