Skip to content

Releases: stereolabs/zed-unity

ZED Plugin for Unity for v4.0.5

06 Jul 09:01
ec49500

Choose a tag to compare

4.0.5

Features

  • Added support for 4.0.5 SDK

Changes

  • Animation
    • smoothing is now clamped to 0.99 to avoid avatars not moving
    • smoothing is set to 0.2 by default
    • does not start with arms and legs up
  • Human avatar changed to a rig more compatible with the IK (Mixamo's Remy)
  • Added a parameter to delay the spawn of an avatar to avoid avatars appearing and disappearing constantly is some cases
  • Removed BODY_70 format
  • Expose open_timeout_sec, async_grab_camera_recovery & grab_compute_capping_fps InitParameters in the "Advanced Settings" of ZEDManager
  • Changes on some default settings on avatars and body tracking manager

Bug Fixes

  • Object Detection Filters now work as intended
  • Change type of depthStabilization InitParameter to int
  • Struct dll_initParameters now has the right content

ZED Plugin for Unity v4.0.4

27 Jun 11:39
3c3d4a7

Choose a tag to compare

4.0.4

Features:

  • Added support for SDK 4.0.4.

Bug Fixes:

  • Add missing include for URP in ZEDMixedRealityPlugin.cs.
  • Fix URP conversion issues (missing header, wrong path)

Changes:

  • Increase the maximum number of cameras to 8

--> SDK Link : https://www.stereolabs.com/developers/release/

ZED Plugin for Unity for v4.0.3

06 Jun 09:23

Choose a tag to compare

4.0.3 - Animation pipeline

This release's focus is OpenXR compatibility and improvements in the animation pipeline.
We will update the documentation shortly.

Bug Fixes:

  • Automatic height offset not working in some cases
  • Jittering when using foot IK
  • Pausing SVO playback now correctly stops the SVO position

Changes:

  • Many body tracking settings moved from the Avatar prefab to the BodyTrackingModule prefab.
    • Avatar Control, Height Offset, IK settings
  • Removed debug variables
  • Animation is now fully based on the AnimatorController
  • Foot IK is now marked as experimental

Feature:

  • Compatibility with OpenXR
  • Animation improvements
    • animation smoothing
    • improved automatic height offset
    • foot IK smoothing for foot locking and entering IK state

Known Issues

Ubuntu compatibility

  • We're investigating an issue preventing the body tracking to run correctly on Ubuntu
    • Bug is present on Ubuntu 18-22
    • Other SDK modules work normally

--> SDK Link : https://www.stereolabs.com/developers/release/

ZED Plugin for Unity for v4.0.2

25 Apr 07:51
9bbd75e

Choose a tag to compare

4.0.2

Bug Fixes:

  • Fix Custom OD sample.
  • Improve the stability of the Reboot function.
  • Now the bounding boxes are removed when the Object detection module is stopped.

Changes:

  • The Body tracking scene is not split into two separate scenes: single and multi detections.

Feature:

  • It's now possible to use the Body tracking detection models to draw the bounding boxes in the Object Detection scene.
  • Add the option to choose the maximum number of detections in the body tracking scenes.

--> SDK Link : https://www.stereolabs.com/developers/release/

ZED Plugin for Unity for v4.0.0

30 Mar 12:09
6ad09d1

Choose a tag to compare

4.0.0

  • Features:

    • Added support for SDK 4.0
    • The Body tracking scene now supports all 3 body formats (34, 38 and 70).
  • Changes:

    • Some functions/parameters names have changed to better match the ZED SDK Api.
    • The "Skeleton Tracking" scene has been renamed "Body Tracking" to better match the ZED SDK module name.

--> SDK Link : https://www.stereolabs.com/developers/release/

ZED Plugin for Unity v3.8.0

24 Oct 07:19
bc676d5

Choose a tag to compare

3.8.0

  • Features:
    • Added support for SDK 3.8
    • Added the option to open a camera by its serial number

--> SDK Link : https://www.stereolabs.com/developers/release/

ZED Plugin for Unity v3.7.1

29 Mar 15:42

Choose a tag to compare

3.7.1

  • Bug Fixes:
    • Fixed merge conflicts from 3.7.0 release.

--> SDK Link : https://www.stereolabs.com/developers/release/

ZED Plugin for Unity v3.7.0

25 Feb 09:06
9b7375a

Choose a tag to compare

3.7.0

  • Features:
    • Added support for SDK 3.7
    • Merge HDRP, URP and standard RP into a single package. Does not support LWRP anymore.

--> SDK Link : https://www.stereolabs.com/developers/release/

ZED Plugin for Unity v3.6.4

18 Jan 12:46

Choose a tag to compare

3.6.4

  • Bug Fixes:
    • Improved skeleton tracking integration.
    • Fixed a bug where some avatars were not correctly animated.
    • Fixed avatars height relative to the ground floor.
    • Reduce skeletons blinking by displaying only skeletons with OK tracking states.

ZED Plugin for Unity v3.6.0

04 Nov 08:20
0a16d49

Choose a tag to compare

3.6.0

  • Features:

    • Added a new detection mode : sl.DETECTION_MODEL.PERSON_HEAD_BOX for person head detection and tracking.
    • Added a new skeleton format : sl.BODY_FORMAT.POSE_34. This contains enable the extraction of local keypoints orientations and positions when fitting is enabled.
    • Added a new Custom Object detection sample showing how to use the new custom detector.
  • Compatibility:

    • This release adds support for the newer CUDA 11 minor versions, the CUDA 11 installer can be used for all CUDA 11 versions (11.0(*), 11.1, 11.2, 11.3, 11.4).
      Note that CUDA 11.0 is not supported on Windows.

--> SDK Link : https://www.stereolabs.com/developers/release/