Refresh QuestCameraKit and consolidate native QR tracking - #38
Merged
Merged
Conversation
xrdevrob
marked this pull request as ready for review
September 8, 2026 19:20
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.
QuestCameraKit now targets Unity 6000.3.12f1 and updated Meta/OpenXR/Inference packages, installs its dependencies from a fresh clone, and includes a combined app with a simple controller-driven sample menu. QR tracking uses Meta MRUK exclusively; the old ZXing sample and dependency have been removed while preserving the native scene and prefab GUIDs.
The maintenance commits also fix camera startup guards, inference resource cleanup and capture-pose placement, stereo WAV truncation, microphone/request lifecycle issues, JSON escaping, and WebRTC setup. Tracked credential values were replaced with placeholders; ImageLLM and WebRTC require private test configuration.
Validation and merge gates:
Commits are separated into dependency/sample maintenance, the menu, native QR consolidation, native overlay/lifecycle corrections, and stronger acceptance checks. See docs/testing.md for reproducible commands and explicit limits.