Version: 5.3 (switch to 5.4b)
IdiomaEnglish
  • C#
  • JS

Idioma de script

Selecciona tu lenguaje de programación favorito. Todos los fragmentos de código serán mostrados en este lenguaje.

Debug

class in UnityEngine

Cambiar al Manual

Descripción

Class containing methods to ease debugging while developing a game.

Variables Estáticas

developerConsoleVisibleReports whether the development console is visible. The development console cannot be made to appear using:
isDebugBuildIn the Build Settings dialog there is a check box called "Development Build".
loggerGet default debug logger.

Funciones Estáticas

AssertAssert a condition and logs a formatted error message to the Unity console on failure.
AssertFormatAssert a condition and logs a formatted error message to the Unity console on failure.
BreakPausa el editor.
ClearDeveloperConsoleLimpia errores de la consola.
DrawLineDibuja una línea entre los puntos de inicio y fin especificados.
DrawRayDraws a line from start to start + dir in world coordinates.
LogLogs message to the Unity Console.
LogAssertionA variant of Debug.Log that logs an assertion message to the console.
LogAssertionFormatLogs a formatted assertion message to the Unity console.
LogErrorA variant of Debug.Log that logs an error message to the console.
LogErrorFormatLogs a formatted error message to the Unity console.
LogExceptionA variant of Debug.Log that logs an error message from an exception to the console.
LogFormatLogs a formatted message to the Unity Console.
LogWarningA variant of Debug.Log that logs a warning message to the console.
LogWarningFormatLogs a formatted warning message to the Unity Console.