Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Debug.LogAssertionFormat

public static void LogAssertionFormat(string format, params object[] args);
public static void LogAssertionFormat(Object context, string format, params object[] args);

Parameters

format A composite format string.
args Format arguments.
context Object to which the message applies.

Description

Logs a formatted assertion message to the Unity console.