Skip to main content
Version: 20 Mar 2024

1.12.0 - Unity SDK Release Notes

Unity® Package 1.12.0

Features

  • Added Localization Confidence and Localization Errors to MLSpace API
  • Added Quality Confidence to MLAnchors API
  • Added the ability to change the nearClipPlane of the Unity Camera with respect to the minimum distance selected in the device's system settings.
  • MLMarkerTracker function returns changed from Taskto Task<MLResult>. Exposed boolean IsScanning to determine if markers are currently being scanned.

Bug Fixes

  • Fixed an issue where Vulkan would fail to initialize if Unity's WebRTC package (com.unity.webrtc) is installed in the project.
  • Fixed issue where MLMediaPlayerBehavior wasn't outputting warning logs
  • Fixed an issue in MLGestureClassification where hand transform and interaction points would freeze in place when Posture type was None.
  • Added missing comments describing parameters and returns to functions in MLSpace

Deprecations & Removals

  • MLCamera: Deprecated MLCamera API. Developers will need to utilize the Android SDK Camera2 API or the NDK Camera API instead.
  • MLMediaPlayer: Deprecated MLMedia API and MLMediaPlayerBehavior. Developers needing to play video files are encouraged to upgrade their project to Unity 2022.3.10 and use the VideoPlayer component.