-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 805 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 805 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
29
30
31
{
"name": "com.immersal.ml2",
"version": "2.1.0",
"displayName": "Immersal SDK ML2",
"description": "Magic Leap 2 support for Immersal Unity SDK",
"unity": "2022.3",
"documentationUrl": "https://developers.immersal.com/docs/unitysdk/platforms/magicleap2/",
"dependencies": {
"com.immersal.core" : "2.1.0",
"com.magicleap.unitysdk" : "1.7.0"
},
"keywords": [
"augmented reality",
"extended reality",
"visual positioning",
"spatial mapping",
"magic leap"
],
"author": {
"name": "Immersal",
"email": "sales@immersal.com",
"url": "https://www.immersal.com"
},
"samples": [
{
"displayName": "ML2 Samples",
"description": "Samples showcasing how to use the Immersal SDK with Magic Leap 2",
"path": "Samples~/ML2"
}
]
}