Skip to content

Unity Release 7.2.0

Latest
Compare
Choose a tag to compare
@MaxPalmer-UH MaxPalmer-UH released this 20 Jan 15:28
· 2 commits to develop since this release
  • This release was tested against Unity 2022LTS and (lightly tested) with Unity 6. Script changes were made to support breaking API changes introduced in Unity 6
  • Unity 6 is still not fully supported. The majority of the example scenes and materials do not support URP which is now the default render pipeline.
  • Tracking contains stable content including Core, Hands and the Physical Hands components
  • Tracking Preview contains experimental/pre-release content.

Headline features include:

Tracking Client versions

Windows - v6.1.0 (Hyperion)
MacOS - v6.0.0
Android - v6.0.0

Added

  • Added a warning to Physical Buttons when no Physical Hands Manager is in the scene
  • Added a checkbox to enable fiducial marker tracking within the LeapC service

Changed

  • Non-convex MeshColliders are skipped when processing Physical Hands
  • Removed old conditional support for Unity 2021.3.18 since 2022 is the oldest LTS version we support

Fixed

  • Fixed issue with LeapXRHandProvider not working on Quest devices when using XRI/XR Hands and Ultraleap tracking in direct (non OpenXR) mode, due to default constructor being optimized away
  • Multi device mode will no longer be requested on Connection if arg is set to false
  • Fixed issue with Unity 6 triggering warnings for scripts that need to be upgraded due to Unity 6 API changes
  • Fixed a broken meta file in Physical Hands XR Examples
  • Fixed a frequent editor freeze that would occur when the Leap service is stopped/uninstalled

Known Issues

  • Multiple issues present in the Pose Recorder Scene - grab ball does not work, pose record button falls through panel and flies away, NullReferenceException raised by SimpleInteractionGlow script
  • Pull chord in Turntable and Pullchord scene gets stuck in pulled state with the grab ball juddering

Full Changelog (Tracking Package)
Documentation
Discussions

Note
If using the .UnityPackage method to import the Plugin, it is recommended to delete any previous version before importing to avoid import issues.