viva-admin / consolation

In-game debug console for Unity.

Home Page:http://matthewminer.com/2017/03/07/consolation-in-game-console-for-unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consolation

Unity's editor console is indispensible, but retrieving debug logs and warnings outside the editor is difficult. To make it easier, this console displays output from the Debug class, as well as any errors and exceptions thrown, in the game itself. This is especially useful on mobile devices.

Screenshot

Using

Attach this script to a game object. The window can be opened with a configurable hotkey (defaults to backtick). Alternatively, enable shake-to-open in the Inspector to open the console on mobile devices.

Compatibility

Supports Unity 5, 2017.x, 2018.x, and 2019.x. It hasn't been tested on all the platforms that Unity supports but it probably works on most.

About

In-game debug console for Unity.

http://matthewminer.com/2017/03/07/consolation-in-game-console-for-unity

License:MIT License


Languages

Language:C# 100.0%