Commit ec36cd5
Remove deprecated XR_METAX1_hand_tracking_body_fusion extension
Summary:
Remove the deprecated XR_METAX1_hand_tracking_body_fusion extension
across mobile runtime, PC runtime, OVRPlugin, Unity, and tests.
This Tier 5 (partner experimental) extension is superseded by
XR_META_hand_tracking_wide_motion_mode (Tier 3 public) and
XR_METAX1_hand_tracking_wide_motion_mode2. The runtime already
prefers WMM when both are present, and OVRPlugin.cs explicitly
notes "To be removed when wide motion mode fully ships."
Changes:
- Remove EnabledExtensions enum entry and string mapping
- Remove extension registration from tier list
- Remove body_fusion handling from xrCreateHandTrackerEXT (mobile + PC)
- Remove bodyFusionEnabled telemetry parameter chain
- Remove filterOnBodyEnabled per-frame logger filter
- Remove SetBodyFusionHandPoses/IsBodyFusionHandPosesEnabled from OVRPlugin
- Remove bodyFusionHandPosesEnabled from OVRManager
- Remove body fusion test cases and mocks
- Remove serialized properties from ~54 Unity scene/prefab files
- Delete OVRHandTrackingBodyFusionSample.cs and HandTrackingBodyFusion.unity
Reviewed By: MatthewLangille
Differential Revision: D95136735
fbshipit-source-id: cdffa383f120f5534c7ef566418f565d769ed2b91 parent d5a31ab commit ec36cd5
4 files changed
Lines changed: 0 additions & 8 deletions
File tree
- Assets/StarterSamples
- Core/Locomotion
- Usage
- Passthrough/Scenes
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
364 | | - | |
365 | 363 | | |
366 | 364 | | |
367 | 365 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
675 | 675 | | |
676 | 676 | | |
677 | 677 | | |
678 | | - | |
679 | | - | |
680 | 678 | | |
681 | 679 | | |
682 | 680 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1660 | 1660 | | |
1661 | 1661 | | |
1662 | 1662 | | |
1663 | | - | |
1664 | | - | |
1665 | 1663 | | |
1666 | 1664 | | |
1667 | 1665 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3280 | 3280 | | |
3281 | 3281 | | |
3282 | 3282 | | |
3283 | | - | |
3284 | | - | |
3285 | 3283 | | |
3286 | 3284 | | |
3287 | 3285 | | |
| |||
0 commit comments