Skip to content

Commit aac06ff

Browse files
Merged dev into main
2 parents cc5bcb8 + 6f3f8a7 commit aac06ff

File tree

102 files changed

+2153
-315
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+2153
-315
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## [78.0.0]
2+
3+
## What's New
4+
5+
- **Visemes:** Added support for Visemes.
6+
- **Telemetry:** Added telemetry for Movement SDK features and tooling.
7+
- **Build Script:** Added build samples menu option (Meta -> Samples -> Build Movement SDK Samples) to easily build imported samples.
8+
- **Asset Naming:** Updated the realistic body tracking character name from High Fidelity to Realistic.
9+
- **Retargeting Motions:** Added eight new common motion sequences to the retargeting editor for previewing runtime retargeting with body tracking
10+
11+
## What's Fixed
12+
13+
- Fixed retargeting editor issues related with configuration creation, previewing, and editing.
14+
- Fixed ISDK hand weights not being applied correctly.
15+
- Fixed ISDK processor hand component search for latest hands.
16+
17+
## Improvements
18+
19+
- **Debug Draw:** Invalid retargeting due to invalid body tracking is now drawn in red when debug draw is enabled.
20+
- **Networking Packet Size:** Reduced average networking packet size by ~25%.
21+
- **Networking Compression:** Improved networking compression accuracy.
22+
- **Retargeting Known Joint Detection:** Improved known joint detection and naming for retargeting.
23+
- **Retargeting Hand Alignment:** Improved hand alignment mapping algorithm.
24+
125
## [77.0.2]
226

327
### What's Fixed

Editor/Native/Meta.XR.Movement.Editor.asmdef

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@
2424
"name": "com.meta.xr.sdk.interaction",
2525
"expression": "",
2626
"define": "ISDK_DEFINED"
27+
},
28+
{
29+
"name": "com.meta.xr.sdk.core",
30+
"expression": "77.0.1",
31+
"define": "META_XR_CORE_V78_MIN"
2732
}
2833
],
2934
"noEngineReferences": false
30-
}
35+
}

Editor/Native/Poses/Icons.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
6.54 KB
Loading

Editor/Native/Poses/Icons/Boxing.png.meta

Lines changed: 127 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
7.34 KB
Loading

Editor/Native/Poses/Icons/Jumping.png.meta

Lines changed: 127 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
7.2 KB
Loading

0 commit comments

Comments
 (0)