This version of Unity is unsupported.
Method group is Obsolete

Assert.raiseExceptions

Obsolete Future versions of Unity are expected to always throw exceptions and not have this field. public static bool raiseExceptions;

Description

Set to true to throw an exception when assertion methods fail and false if otherwise. This value defaults to true.

If set to true, Unity throws an AssertionException exception instead of logging a message. This breaks the control flow of the execution.