[codex] complete XR roadmap items and prepare 2.7.12#25
Merged
Conversation
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.
What changed
EntityAPIs, and renderspatialfin.glbwith Compose XRSpatialGltfModelMovableComponentonly while a pointer gesture is active insideControlPanelUI2.7.12(libreversion code113,tvversion code1000113) and update roadmap/build guidanceWhy
The XR DP4 migration removes deprecated SceneCore model/entity management from the paused mascot path. During device testing, opacity-based hiding of
SpatialGltfModeldid not prevent the mascot from rendering while video played. Additional headset testing exposed that repeated pause-button selection could be treated as a drag by the movable video root because controls and video use separate projected SceneCore roots.An initial attempt detached movement whenever an overlay was displayed; that was too broad and prevented both control-panel reveal and intentional video movement. The follow-up scopes input arbitration to an active gesture on the controls only, consistent with Compose XR's movable-panel behavior.
Impact
Verification
./gradlew versionCatalogUpdate --console=plain(no catalog changes)./gradlew :player:xr:ktfmtFormat :player:xr:ktfmtCheck :player:xr:compileDebugKotlin :app:unified:assembleLibreDebug --console=plain./gradlew :app:unified:bundleLibreRelease :app:unified:bundleTvRelease --console=plain(rebuilt after input-arbitration correction)git diff --checkdev.spatialfin.debugversion2.7.12(versionCode=113) on connected Galaxy XR deviceSM-I610for physical retestingStore artifacts generated locally
app/unified/build/outputs/bundle/libreRelease/spatialfin-libre-release.aab(sha256 0790d4a1ef974c9a03119941778ad84bcc21a4d62515590d18221fb2d32ff1f2)app/unified/build/outputs/bundle/tvRelease/spatialfin-tv-release.aab(sha256 1b44a0485d501b4aab91d5fd2d268c69d2f90969d5338182b8eec06854eeb06a)