Debug.Log Extensions
Documentation (1.1.9)

◆ LogWarning() [16/16]

static void Debug.LogWarning ( params string[]  messageParts)
static

Logs a warning message to the Console formed by joining the given text strings together.

Parameters
messagePartsstrings to join together to form the message.