forked from yasirkula/UnityIngameDebugConsole
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
9 lines (9 loc) · 704 Bytes
/
Copy pathpackage.json
File metadata and controls
9 lines (9 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
{
"name": "com.mikolaj505.yasirkula.ingamedebugconsole",
"displayName": "In-game Debug Console",
"version": "1.6.7",
"documentationUrl": "https://github.com/Mikolaj505/UnityIngameDebugConsole_SaveCommands",
"licensesUrl": "https://github.com/Mikolaj505/UnityIngameDebugConsole_SaveCommands",
"description": "(This is a fork of the original plugin, adding functionality of saving commands history between sessions) This asset helps you see debug messages (logs, warnings, errors, exceptions) runtime in a build (also assertions in editor) and execute commands using its built-in console. It also supports logging logcat messages to the console on Android platform.",
"hideInEditor": false
}