UnityEditorArguments.

SilentCrashes Property

Summary

Prevent Unity from displaying the dialog that appears when a Standalone Player crashes. This argument is useful when you want to run the Player in automated builds or tests, where you don’t want a dialog prompt to obstruct automation.
Assembly
Cake.Unity.dll
Namespace
Cake.Unity
Containing Type
UnityEditorArguments

Syntax

public bool SilentCrashes { get; set; }

Value

Type Description
bool