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
17 lines (17 loc) · 716 Bytes
/
package.json
File metadata and controls
17 lines (17 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "com.enduvo.devconsole",
"version": "1.0.5",
"displayName": "In-game Developer Console forked from 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/BioeJD/Enduvo-DeveloperConsole/blob/main/DOCUMENTATION.md",
"changelogUrl": "https://github.com/BioeJD/Enduvo-DeveloperConsole/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/BioeJD/Enduvo-DeveloperConsole/blob/main/LICENSE.md",
"author":
{
"name": "EnduvoJD",
"email": "justin@enduvo.com",
"url": "https://enduvo.com"
}
}