forked from rwthlfi/AnyVR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 796 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 796 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
{
"name": "rwth.lfi.anyvr",
"version": "0.1.0",
"displayName": "AnyVr",
"description": "An open-source framework for multi-platform, multi-user experiences in XR.",
"unity": "2022.3",
"unityRelease": "20f1",
"documentationUrl": "https://example.com/",
"changelogUrl": "https://example.com/changelog.html",
"licensesUrl": "https://example.com/licensing.html",
"dependencies": {
"com.unity.xr.interaction.toolkit": "3.0.7",
"com.unity.textmeshpro": "3.0.9"
},
"keywords": [],
"author": {
"name": "Unity",
"email": "unity@example.com",
"url": "https://www.unity3d.com"
},
"samples": [
{
"displayName": "(new) LobbySetup",
"description": "Example lobby setup with two lobby scenes",
"path": "Samples~/NewLobbySetup"
}
]
}