-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.45 KB
/
package.json
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
{
"name": "com.sidequest.banter",
"version": "2.8.0",
"displayName": "Banter SDK",
"description": "This Module contains the Banter SDK used for building spaces in the bantaverse.",
"unity": "2022.3",
"unityRelease": "39f1",
"hideInEditor": false,
"documentationUrl": "https://bantervr.com/documentation",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.unity.textmeshpro": "3.0.9",
"com.unity.editorcoroutines": "1.0.0",
"com.unity.inputsystem": "1.4.4",
"com.unity.xr.legacyinputhelpers": "1.4.4",
"com.unity.xr.management": "4.2.0",
"com.unity.xr.openxr": "1.8.2"
},
"keywords": [
"world-building",
"metaverse"
],
"author": {
"name": "SideQuest",
"email": "[email protected]",
"url": "https://bantervr.com"
},
"samples": [
{
"displayName": "Basics",
"description": "Learn how to use Banter components in your spaces! Contains many worlds to explore.\n\n1. Basics: Learn how to build Banter spaces.\n2. Gadgets: Fun tools to add to your world!\n3. Gravity Maze: An example space that manipulates gravity.\n4. Networking: Learn how to use Banter networking components.\n5. AI Builder: Generate dynamic images and models in Banter!",
"path": "Samples~/GettingStarted"
},
{
"displayName": "FlexaWorld",
"description": "A physics-fuelled playground showcasing the best of our FlexaBody system.",
"path": "Samples~/FlexaWorld"
}
]
}