-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 756 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 756 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
{
"name": "com.quickeye.ui-toolkit-plus",
"displayName": "UI Toolkit Plus",
"description": "- Boilerplate Code Generation\n- Tabs\n- Reorderable Manipulator\n- Built-in USS Exporter",
"version": "3.0.3",
"unity": "2021.3",
"author": "Quick Eye",
"type": "library",
"samples": [
{
"displayName": "Reorderable Manipulator",
"description": "Basic usage of the Reorderable manipulator.",
"path": "Samples~/ReorderableCards"
},
{
"displayName": "UI code generation",
"description": "Example usage of UI code generation.",
"path": "Samples~/UICodeGeneration"
},
{
"displayName": "Tabs",
"description": "Example usage of Tabs elements.",
"path": "Samples~/Tabs"
}
]
}