Version: 2017.1
public static void Assert (bool condition);
public static void Assert (bool condition, Object context);
public static void Assert (bool condition, object message);
public static void Assert (bool condition, object message, Object context);

Parameters

condition Condition you expect to be true.
context Object to which the message applies.
message @param message Строка или объект который будет преобразован в строковое представление для отображения.

Description

Записывает сообщение в Консоль Unity.

Message of a type of LogType.Assert is logged.