Skip to content

Commit

Permalink
update changelog and package.json verison
Browse files Browse the repository at this point in the history
  • Loading branch information
MattGrayUL committed Aug 25, 2022
1 parent cb0bef4 commit f536c23
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions Packages/Tracking/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [5.13.1] - 26/08/2022

### Announcements

In line with Unity's end of support of Unity 2019 LTS, we will no longer be actively supporting Unity 2019.

We will also be deprecating some functionality and moving core utilities into a separate package.

If you are using classes and methods that are marked as obsolete and will be moved to the new legacy package without a replacement, you may wish to use "#pragma warning disable 0618" at the start and "#pragma warning restore 0618" at the end of your method that makes use of it to suppress the warnings.

If you have any concerns about this, please contact us on [Github Discussions](https://github.com/ultraleap/UnityPlugin/discussions)

### Fixed
- Tracking Binding is lost when reloading scenes on Android

### Known issues
- Scenes containing the infrared viewer render incorrectly on Android build targets and in scriptable render pipelines such as URP and HDRP.
- Demo scenes do not start at the correct height for a seated user. The XR Plugin Management System adjusts the camera height. This means the user has to adjust components in the scene to the correct height - e.g. camera height. Currently our position is to support the legacy XR system height settings.
- Hands in Desktop scenes can appear far away from the camera
- Interactions callback scene allows blocks to be moved without doing a grasp pose.
- Capsule hands don't have a joint colour in HDRP
- Hand UI can become detached from hand when hand is removed from view
- Multi-device (desktop) Scene camera position can become offset
- FOV visualization does not display after changing render pipelines

## [5.13.0] - 21/07/2022

### Announcements
Expand Down
2 changes: 1 addition & 1 deletion Packages/Tracking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.ultraleap.tracking",
"version": "5.13.0",
"version": "5.13.1",
"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",
"displayName": "Ultraleap Tracking",
"unity": "2020.3",
Expand Down

0 comments on commit f536c23

Please sign in to comment.