Skip to content

Commit d7d94e7

Browse files
committed
Preparing changes for 7.2.0 release
1 parent c7d1af3 commit d7d94e7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Packages/Tracking Preview/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "com.ultraleap.tracking.preview",
3-
"version": "7.1.0",
3+
"version": "7.2.0",
44
"description": "Ultraleap Tracking Preview",
55
"displayName": "Ultraleap Tracking Preview",
66
"unity": "2021.3",
77
"license": "Apache-2.0",
88
"dependencies": {
9-
"com.ultraleap.tracking": "7.1.0",
9+
"com.ultraleap.tracking": "7.2.0",
1010
"com.unity.inputsystem": "1.5.0"
1111
},
1212
"keywords": [

Packages/Tracking/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
[docs-website]: https://docs.ultraleap.com/unity-api/ "Ultraleap Docs"
88

9-
## [NEXT]
9+
## [7.2.0] - 17/01/2025
1010

1111
### Added
1212
- Added a warning to Physical Buttons when no Physical Hands Manager is in the scene
@@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424
- Fixed a frequent editor freeze that would occur when the Leap service is stopped/uninstalled
2525

2626
### Known issues
27-
- The Unity editor will become slow or unresposive with a scene containing a Leap Provider (XR), which has had the multiple device mode enabled and if the tracking service is not running
27+
- The Unity editor will become slow or unresponsive with a scene containing a Leap Provider (XR), which has had the multiple device mode enabled and if the tracking service is not running
2828

2929
## [7.1.0] - 04/09/2024
3030

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ To use this plugin you will need the following:
5353

5454
1. The latest Ultraleap Hand Tracking Software. You can get this [here][developer-site-tracking-software].
5555
2. An Ultraleap Hand Tracking Camera - follow setup process [here][developer-site-setup-camera].
56-
3. Unity 2021.3 LTS or newer. UnityPlugin packages have been tested to work against 2021.3 LTS and 2022.3 LTS.
57-
5. Follow one of the Installation workflows listed below.
56+
3. Unity 2021.3 LTS or newer. UnityPlugin packages have been tested to work against 2022.3 LTS. Light testing has been done with Unity 6. However, there are still issues with the render pipeline switching to URP - many of the materials and sample scenes will not render correctly due to broken shaders.
57+
4. Follow one of the Installation workflows listed below.
5858

5959
More detailed Getting Started documentation is available on [our website][documentation]
6060

0 commit comments

Comments
 (0)