You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- (leapXRServiceProvider) Hands offset incorrectly on Windows when using Leap 2
18
+
19
+
### Known issues
20
+
- Use of the LeapCSharp Config class is unavailable with v5.X tracking service
21
+
- Repeatedly opening scenes can cause memory use increase
22
+
- Currently the Ultraleap Hand Tracking feature for OpenXR requires the New and Legacy input systems to be enabled, to simultaneously use OpenXR and the Ultraleap Unity Plugin's features.
23
+
- The OpenXR Leap Provider does not currently support the `Confidence` hand property (and will return fixed values)
24
+
- After using Ultraleap OpenXR in Unity Editor, the tracking mode of device 0 will be set to HMD until the Unity Editor session ends. This can stop the testing of non-XR scenes until the Unity Editor is re-opened
25
+
- Running both the Ultraleap XRHands Subsystem and another XRHands Subsystem at the same time causes unstable results. Only enable one at a time.
26
+
27
+
28
+
## [6.12.0] - 12/09/23
29
+
30
+
### Added
31
+
- (MRTK Support) Added an MRTK3 subsystem for using Leap tracking directly (non-OpenXR)
32
+
33
+
### Changed
34
+
- (XRHands) XRHands subsystem will now use existing LeapXRServiceProviders found in the scene before considering generating new ones
35
+
36
+
### Fixed
37
+
- (XRHands) XRHands double-translates tracking data causing XRI InputActions to be wrongly positioned when the XROrigin is moved
38
+
39
+
### Known issues
40
+
- Use of the LeapCSharp Config class is unavailable with v5.X tracking service
41
+
- Repeatedly opening scenes can cause memory use increase
42
+
- Currently the Ultraleap Hand Tracking feature for OpenXR requires the New and Legacy input systems to be enabled, to simultaneously use OpenXR and the Ultraleap Unity Plugin's features.
43
+
- The OpenXR Leap Provider does not currently support the `Confidence` hand property (and will return fixed values)
44
+
- After using Ultraleap OpenXR in Unity Editor, the tracking mode of device 0 will be set to HMD until the Unity Editor session ends. This can stop the testing of non-XR scenes until the Unity Editor is re-opened
45
+
- The OpenXR Leap Provider palm can be in unexpected position when using pre-1.4.3 OpenXR Layer. A workaround is to ensure you use 1.4.3 or newer - installed by the 5.12.0 or newer Tracking Service Installer
46
+
- Running both the Ultraleap XRHands Subsystem and another XRHands Subsystem at the same time causes unstable results. Only enable one at a time.
Copy file name to clipboardexpand all lines: Packages/Tracking/package.json
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "com.ultraleap.tracking",
3
-
"version": "6.12.0",
3
+
"version": "6.12.1",
4
4
"description": "Ultraleap's Unity Plugin enables the data produced by Ultraleap tracking hardware to be used by developers inside their Unity projects. It includes various utilities and prefabs that make it as easy as possible to design and use hand tracking in XR projects",
5
5
"displayName": "Ultraleap Tracking",
6
6
"unity": "2021.3",
@@ -21,8 +21,8 @@
21
21
},
22
22
"samples": [
23
23
{
24
-
"displayName": "Examples",
25
-
"description": "",
24
+
"displayName": "Interaction Examples",
25
+
"description": "A collection of XR and non-XR interaction examples for the Ultraleap Tracking package",
0 commit comments