Slash.Unity.Common.Diagnostics Namespace |
[Missing <summary> documentation for "N:Slash.Unity.Common.Diagnostics"]
Class | Description | |
---|---|---|
CatchExceptionsBehaviour |
Debug behaviour to catch unhandled exceptions and show them with a modal dialog.
| |
CheatConsole |
Allows executing cheats (e.g. game events) manually.
| |
DebugBuildBehaviour |
Disables the game object if not in debug build.
| |
DebugInput |
Enables the DebugInputEditor to show information about the unity input.
| |
DisableWithSceneManager |
Disables the game object the script is on if a scene manager is found.
Useful if you test scenes separately and need e.g. a camera which is normally
initialized in a root scene.
| |
FPSDisplay |
Displays the frames per second (fps) to check performance.
| |
GameCheatBehaviour |
Allows games to provide game-specific cheats for the cheat console.
|