Skip to content

Commit

Permalink
Merge pull request #1224 from ultraleap/release/5.12.1
Browse files Browse the repository at this point in the history
Release/5.12.1
  • Loading branch information
MaxPalmer-UH authored Jul 7, 2022
2 parents ba8db47 + 270c7cd commit a6247c7
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@
* between Ultraleap and you, your company or other organization. *
******************************************************************************/

using Leap.Unity;
using System.Collections;
using System.Collections.Generic;
using UnityEditor;
using UnityEngine;


namespace Leap.Unity.Preview.XRInteractionToolkit.Editor
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"name": "Leap.Unity.Preview.XRInteractionToolkit.Editor",
"rootNamespace": "",
"references": [
"GUID:2ee0542102ac1084e8d9a910885c1e81",
"GUID:fe685ec1767f73d42b749ea8045bfe43",
"GUID:75469ad4d38634e559750d17036d5f7c",
"GUID:db4e617c04f44c144bc19216a63dd19b",
"GUID:cec9848704c49724192ff47f9b3e9156",
"GUID:506905c0b578be040956cc0439c8ab8b"
Expand Down
7 changes: 4 additions & 3 deletions Packages/Tracking Preview/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "com.ultraleap.tracking.preview",
"version": "5.12.0",
"version": "5.12.1",
"description": "Ultraleap Tracking Preview",
"displayName": "Ultraleap Tracking Preview",
"unity": "2020.3",
"license": "Apache-2.0",
"dependencies": {
"com.ultraleap.tracking": "5.12.0",
"com.unity.inputsystem": "1.0.2"
"com.ultraleap.tracking": "5.12.1",
"com.unity.inputsystem": "1.0.2",
"com.unity.xr.interaction.toolkit": "2.0.0"
},
"keywords": [
"ultraleap",
Expand Down
29 changes: 29 additions & 0 deletions Packages/Tracking/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,35 @@ 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.12.1] - 06/07/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)

This release is a hotfix for the 5.12.0 release. It fixes the XRI package dependency issue which affects the tracking preview package,

### Fixed
- XRI package dependency is resolved when using the Tracking Preview package.

### Known issues
- Scenes containing the infrared viewer render incorrectly on systems using single pass stereo with the XR plugin system - e.g. Windows Mixed Reality headsets. SteamVR headsets may also default to single pass stereo, showing the same issue. However in this case, the OpenVR settings can be changed to multipass which resolves the problem.
- 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.12.0] - 04/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.12.0",
"version": "5.12.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 a6247c7

Please sign in to comment.