|
Debug.Log Extensions
Documentation (1.1.9)
|
|
static |
Logs an error to the Console formed by joining the given text strings together.
Calls to this method will be fully stripped from release builds.
| messagePart1 | First part of the message. |
| messagePart2 | Second part of the message. |
| messageParts | Additional parts of the message. |