-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 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
{
"name": "com.kadenzombie8.bimos",
"version": "1.0.0",
"displayName": "BIMOS",
"description": "Open-source physics-based VR character controller inspired by Boneworks",
"unity": "6000.0",
"documentationUrl": "https://github.com/KadenZombie8/BIMOS/wiki",
"changelogUrl": "https://github.com/KadenZombie8/BIMOS/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/KadenZombie8/BIMOS/blob/main/LICENSE.md",
"dependencies": {
"com.unity.xr.management": "4.4.0",
"com.unity.render-pipelines.universal": "17.0.3",
"com.unity.xr.openxr": "1.12.1",
"com.unity.inputsystem": "1.6.3",
"com.unity.animation.rigging": "1.3.0"
},
"keywords": [
"vr",
"xr",
"character",
"controller",
"physics"
],
"author": {
"name": "KadenZombie8",
"email": "[email protected]"
},
"samples": [
{
"displayName": "Demo Assets",
"description": "Contains example assets from the BIMOS demo",
"path": "Samples~/Demo",
"interactiveImport": true
}
]
}