-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 832 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 832 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
26
27
28
29
{
"name": "io.clockworklabs.rish",
"version": "3.0.0",
"displayName": "Rish",
"description": "R[eact]ish UI system for Unity.",
"unity": "2022.3",
"documentationUrl": "https://rish-ui.com/docs/rish",
"author": {
"name": "Lisandro Crespo",
"email": "lisandro@clockworklabs.io",
"url": "https://clockworklabs.io"
},
"dependencies": {
"com.unity.collections": "1.2.4",
"io.clockworklabs.sappy": "1.0.0"
},
"samples": [
{
"displayName": "Rishenerator",
"description": "Roslyn source generator. Highly recommended.",
"path": "Samples~/Rishenerator"
},
{
"displayName": "ScriptTemplates",
"description": "Script Templates for Create Menu. Must be moved to the Assets folder and restart Unity Editor.",
"path": "Samples~/ScriptTemplates"
}
]
}