Skip to content

Commit 6f3f8a7

Browse files
sohailshafiiWkfacebook-github-bot
authored andcommitted
feat(Samples): v78 release
Summary: ## [78.0.0] ## What's New - **Visemes:** Added support for Visemes. - **Telemetry:** Added telemetry for Movement SDK features and tooling. - **Build Script:** Added build samples menu option (Meta -> Samples -> Build Movement SDK Samples) to easily build imported samples. - **Asset Naming:** Updated the realistic body tracking character name from High Fidelity to Realistic. - **Retargeting Motions:** Added eight new common motion sequences to the retargeting editor for previewing runtime retargeting with body tracking ## What's Fixed - Fixed retargeting editor issues related with configuration creation, previewing, and editing. - Fixed ISDK hand weights not being applied correctly. - Fixed ISDK processor hand component search for latest hands. ## Improvements - **Debug Draw:** Invalid retargeting due to invalid body tracking is now drawn in red when debug draw is enabled. - **Networking Packet Size:** Reduced average networking packet size by ~25%. - **Networking Compression:** Improved networking compression accuracy. - **Retargeting Known Joint Detection:** Improved known joint detection and naming for retargeting. - **Retargeting Hand Alignment:** Improved hand alignment mapping algorithm. allow-large-files Reviewed By: andkim-meta Differential Revision: D78288642 fbshipit-source-id: 29e2934b27c2cf39e6cac136116bf85d933c6095
1 parent 5c9d402 commit 6f3f8a7

102 files changed

Lines changed: 2153 additions & 315 deletions

File tree

Some content is hidden

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

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)