forked from microsoft/MixedReality-WorldLockingTools-Unity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.24 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.24 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
42
43
44
45
46
47
48
{
"name": "com.microsoft.mixedreality.worldlockingtools",
"displayName": "WLT Core",
"version": "1.5.9",
"unity": "2018.4",
"msftFeatureCategory" : "World Locking Tools",
"description": "World Locking Tools for Unity (WLT)\n\nLock AR virtual space to physical space automatically and intuitively, without requiring application management of anchors.\nPreserve object relative layout, while remaining perceptually stationary in the physical world.",
"keywords": [
"mrtk",
"reality",
"mr",
"mixed",
"ar",
"augmented",
"vr",
"virtual",
"xr",
"anchor",
"worldlock",
"hololens",
"android",
"ios",
"xrsdk"
],
"author": "Microsoft",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/MixedReality-WorldLockingTools-Unity.git"
},
"bugs": {
"url": "https://github.com/microsoft/MixedReality-WorldLockingTools-Unity/issues"
},
"dependencies": {
},
"files": [
"WorldLocking.Core*",
"WorldLocking.Engine*",
"WorldLocking.Tools*",
"Packages\\Microsoft.MixedReality.Unity.FrozenWorld.Engine.1.1.1*",
"Packages.meta",
"package.json.meta",
"LICENSE*",
"NOTICE*",
"CHANGELOG*",
"Documentation~*"
]
}