-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
31 lines (31 loc) · 1.38 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
{
"name": "com.unity.xr.legacyinputhelpers",
"displayName": "XR Legacy Input Helpers",
"version": "2.1.12",
"unity": "2019.4",
"category": "XR",
"description": "This package includes the tracked pose driver for the legacy input system, the XR Bindings Seeding Tool and 3Dof Arm Model support for the Tracked Pose Driver. The Tracked Pose Driver is a behavior that enables GameObjects to track input devices, the XR Bindings Seeding Tool adds a menu item under the 'Assets' menu which populates the Input Asset with Unity's crossplatform Input Bindings",
"keywords": [
"TPD",
"Tracked Pose Driver",
"XR",
"Input",
"Helpers"
],
"dependencies": {
"com.unity.modules.vr": "1.0.0",
"com.unity.modules.xr": "1.0.0"
},
"_upm": {
"changelog": "### Fixed\n- Fixed camera projection type when converting an existing camera to an **XR Rig** to ensure resulting camera is not set to orthographic ([XRLIH-5](https://issuetracker.unity3d.com/product/unity/issues/guid/XRLIH-5))."
},
"upmCi": {
"footprint": "b04b15a4d5f7e46fd9fb1882b2d39028a3204118"
},
"documentationUrl": "https://docs.unity3d.com/Packages/[email protected]/manual/index.html",
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.xr.legacyinputhelpers.git",
"type": "git",
"revision": "7750ba101d791f0c673ae87cd654d1ac84f87f24"
}
}