1.12.0 - Unity SDK Release Notes
Unity® Package 1.12.0
Features
- Added Localization Confidence and Localization Errors to
MLSpaceAPI - Added Quality Confidence to
MLAnchorsAPI - Added the ability to change the
nearClipPlaneof the Unity Camera with respect to the minimum distance selected in the device's system settings. MLMarkerTrackerfunction returns changed fromTasktoTask<MLResult>. Exposed booleanIsScanningto 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
MLMediaPlayerBehaviorwasn't outputting warning logs - Fixed an issue in
MLGestureClassificationwhere 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: DeprecatedMLCameraAPI. Developers will need to utilize the Android SDK Camera2 API or the NDK Camera API instead.MLMediaPlayer: DeprecatedMLMediaAPI andMLMediaPlayerBehavior. Developers needing to play video files are encouraged to upgrade their project to Unity 2022.3.10 and use the VideoPlayer component.