Update the LeapC client libraries and continue to support older Android XR clients using an older LeapC client.#1698
Open
MaxPalmer-UH wants to merge 15 commits intodevelopfrom
Conversation
…xamples folder, if let over from a previous plugin. Prevents being prompted to upgrade if on BiRP
…reading firmware versions for latest service. First attempt at supporting old Android XR clients
…ServiceBinder to maintain support for XR clients on Android
…id before trying to Bind. Minor meta file fixes. Improved debugging
…-and-retain-AndroidXR-compatibility
…ta Quest as of OS V76
Member
rblenkinsopp
left a comment
There was a problem hiding this comment.
This looks good, my main questions are:
-
Do we want to be including the
HandTrackingServer.framework? This is needed to embed the tracking server, but we don't currently include the bindings for it, and this is normally done in the server part of the app at the moment? I'd almost be tempted to do this as a seperate package? -
Looks like Git LFS might be doing some strange behaviour, can you check the filters are correct and all files you expect to be LFS are?
Packages/Tracking/Core/Runtime/Plugins/Android/Other/arm64-v8a/libLeapC.so
Show resolved
Hide resolved
Packages/Tracking/Core/Runtime/Scripts/Utils/HandTrackingSourceUtility.cs
Show resolved
Hide resolved
rblenkinsopp
approved these changes
Jan 7, 2026
…droidXR-compatibility' of https://github.com/ultraleap/UnityPlugin into mjp/feature/update-LeapC-client-libraries-and-retain-AndroidXR-compatibility
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the LeapC client libraries to 7.4.X, adding an iOS client too. Because the newest Android client no longer supports binding to a service (and changes permissions - e.g. camera permissions), we bundle two clients (one with a LeapCLegacy name), switching which is in use based on whether Android and XR/VR are being used or not.
Newer Android clients expect to read the device firmware version when obtaining DeviceInfo - assuming they connect to a recent service. This field has been added and set to unknown if the service is older.
Note, testing with Quest 3 and service version 6.20 appears to show hand tracking is broken. A Pico + Leap 2 showed signs of life with LeapC.
In future w.b.n. to get a 16 byte aligned 6.2 client.
Contributor Tasks
Reviewer Tasks
Related JIRA Issues
If this MR closes any JIRA issues list them below in the form
Closes PROJECT-#Pull Request Templates
Switch template by going to preview and clicking the link - note it will not work if you've made any changes to the description.
You are currently using: default.md
Note: these links work by overwriting query parameters of the current url. If the current url contains any you may want to amend the url with
&template=name.mdinstead of using the link. See query parameter docs for more information.