Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions Packages/Tracking/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[docs-website]: https://docs.ultraleap.com/unity-api/ "Ultraleap Docs"

## [NEXT]

### Fixed
- Fixed several resource leaks in `Connection`, including unmanaged memory, connection handles and event handlers.
- Fixed erroneous "LeapProvider not assigned" log messages during teardown.

### Changed
- Deprecated `Dispose()` on `Connection` and made it a thin shim to `Stop()` to enable better cleanup of resources.
- Added a timeout to `Connection.Stop()` to reduce hang time on teardown.

## [7.3.0] - 25/02/2026

### Added
Expand Down
8 changes: 0 additions & 8 deletions Packages/Tracking/Core/Runtime/Plugins/Android/Legacy XR.meta

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions Packages/Tracking/Core/Runtime/Plugins/Android/Other.meta

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading