-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.4 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.4 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.meta.xr.sdk.core",
"displayName": "Meta XR Core SDK",
"version": "77.0.0",
"description": "Meta XR Core SDK package provides the latest features to create immersive experiences for Meta XR devices.",
"samples": [
{
"displayName": "Sample Scenes",
"description": "Simple samples demonstrating core VR features",
"path": "Samples~/Scenes"
},
{
"displayName": "Mixed Reality Sample",
"description": "A basic sample demonstrating core MR features Scene and Passthrough",
"path": "Samples~/MixedReality"
},
{
"displayName": "Tracking Origin Sample",
"description": "A sample showing the various tracking origins for VR and MR",
"path": "Samples~/TrackingOrigin"
}
],
"unity": "2022.3",
"unityRelease": "15f1",
"author": {
"name": "Meta Platforms, Inc.",
"url": "https://developer.oculus.com/"
},
"licensesUrl": "https://developer.oculus.com/licenses/oculussdk",
"licenseMessage": "By adding or using this package you agree to the terms and conditions of the Meta Platforms Technologies SDK License Agreement: https://developer.oculus.com/licenses/oculussdk",
"keywords": [
"SDK",
"Oculus",
"Utilities",
"Quest",
"Meta",
"XR"
],
"documentationUrl": "https://developer.oculus.com/documentation/unity/",
"changelogUrl": "https://developer.oculus.com/downloads/package/meta-xr-core-sdk/"
}