|
Class containing methods to ease debugging while developing a game.
isDebugBuild |
In the Build Settings dialog there is a check box called "Development Build". |
DrawLine |
Draws a line from the point start to end with color. |
DrawRay |
Draws a line from start to start + dir with color. |
Break |
Pauses the editor. |
Log |
Logs message to the Unity Console. |
LogError |
A variant of Debug.Log that logs an error message to the console. |
LogWarning |
A variant of Debug.Log that logs a warning message to the console. |