-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 865 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 865 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
30
31
32
33
{
"name": "com.jetxr.visionui",
"displayName": "Vision UI",
"version": "1.2.0",
"unity": "2021.3",
"description": "JetStyle Vision UI Package",
"author": {
"name": "JetStyle",
"url": "https://jet.style"
},
"samples": [
{
"displayName": "Fonts",
"description": "Contains prepared fonts for TextMeshPro based on SF Pro font",
"path": "Samples~/Fonts"
},
{
"displayName": "Icons",
"description": "Contains the most common icons from the SF Symbols library",
"path": "Samples~/Icons"
},
{
"description": "Contains a scene with prepared interface showing all elements usage.",
"displayName": "Demo",
"path": "Samples~/Demo"
}
],
"dependencies": {
"com.unity.xr.interaction.toolkit": "2.4.1",
"com.unity.textmeshpro": "3.0.6"
},
"unityRelease": "30f1"
}