You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 Task to Task<MLResult>. Exposed boolean IsScanning to determine if markers are currently being scanned.
Bugfixes
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.