forked from DavidF-Dev/Unity-DeveloperConsole
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
16 lines (16 loc) · 726 Bytes
/
package.json
File metadata and controls
16 lines (16 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "com.dimlos.devconsole",
"version": "1.0.5",
"displayName": "In-game Developer Console by DavidFDev",
"description": "A user-friendly in-game developer console that allows developers or players to execute commands or view incoming Unity messages. (MIT License)",
"unity": "2019.1",
"hideInEditor": true,
"documentationUrl": "https://github.com/DavidF-Dev/Unity-DeveloperConsole/blob/main/DOCUMENTATION.md",
"changelogUrl": "https://github.com/DavidF-Dev/Unity-DeveloperConsole/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/DavidF-Dev/Unity-DeveloperConsole/blob/main/LICENSE.md",
"author": {
"name": "DavidFDev",
"email": "contact@davidfdev.com",
"url": "https://www.davidfdev.com"
}
}