-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.32 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.32 KB
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
34
35
36
37
38
39
40
41
{
"name": "com.project-simple.unity-plugin",
"version": "1.0.0",
"displayName": "SIMPLE Unity Plugin",
"description": "Unity runtime tools for SIMPLE VR scenes connected through the simple.webplatform middleware.",
"unity": "6000.0",
"dependencies": {
"com.unity.burst": "1.8.4",
"com.unity.collections": "2.4.0",
"com.unity.nuget.newtonsoft-json": "3.2.2",
"com.unity.inputsystem": "1.18.0",
"com.unity.mathematics": "1.3.2",
"com.unity.xr.core-utils": "2.3.0",
"com.unity.xr.interaction.toolkit": "3.3.1",
"com.unity.xr.management": "4.5.3",
"com.unity.xr.openxr": "1.15.1",
"com.unity.ugui": "2.0.0"
},
"samples": [
{
"displayName": "VR Template",
"description": "Base VR scenes and prefabs for a GAMA-connected Unity project.",
"path": "Samples~/Unity VR Template"
},
{
"displayName": "Code Examples",
"description": "Example scenes showing common GAMA and Unity integration flows.",
"path": "Samples~/Code Examples"
},
{
"displayName": "Menu Scenes",
"description": "Startup, IP configuration, and end-of-game menu scenes.",
"path": "Samples~/Menu"
},
{
"displayName": "Scene Templates",
"description": "Reusable FPS and sky-view starter scenes.",
"path": "Samples~/Templates"
}
]
}