forked from grahamboree/tilde
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 724 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "com.grahamboree.tilde",
"displayName": "tilde",
"documentationUrl": "https://github.com/grahamboree/tilde",
"version": "1.0.3",
"unity": "2019.4",
"description": "A remote developer console for Unity",
"keywords": [
"console",
"remote",
"debugging"
],
"samples": [
{
"displayName": "Window and Drawer console demo",
"description": "A scene that shows the general tilde setup, and shows off both of the included console types",
"path": "Samples~/Demo"
}
],
"author": {
"name" : "Graham Pentheny",
"email" : "g@grahamboree.com",
"url" : "http://grahamboree.com/"
}
}