Skip to content

Commit e4d0be4

Browse files
chore(release): 5.1.0 [skip ci]
# [5.1.0](v5.0.1...v5.1.0) (2024-05-17) ### Bug Fixes * **Runtime:** Allocate bone mappings in RetargetingLayer to prevent null ref when adding at runtime ([7211879](7211879)) * **Runtime:** Allow fixing spine rotations in deformation's ApplyOriginalSpineOffsets ([0963b46](0963b46)) * **Runtime:** Check for null retargeting processor gizmos ([d1d1f88](d1d1f88)) * **Runtime:** Enforce proper rest pose when using animation rigging retargeting ([92eadc3](92eadc3)) * **Runtime:** Properly align feet in hip pinning sample ([21bdcbc](21bdcbc)) * **Runtime:** Update the ISDK sample mug material to be compatible with URP ([ec01def](ec01def)) * **Samples:** Fix finger and shoulder accuracy with ISDK scene ([cb791d6](cb791d6)) * **Samples:** Fix initial rotation issue with hip pinning ([cf6bc80](cf6bc80)) * **Samples:** Update Aura with constraints ([521f246](521f246)) ### Features * **Editor:** Recommend four bones for skinning in project setup tool ([db7a615](db7a615)) * **Editor:** Support auto mapping TongueOut for ARKitFace ([bcb30a6](bcb30a6))
1 parent 4f0484e commit e4d0be4

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [5.1.0](https://github.com/oculus-samples/Unity-Movement/compare/v5.0.1...v5.1.0) (2024-05-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **Runtime:** Allocate bone mappings in RetargetingLayer to prevent null ref when adding at runtime ([7211879](https://github.com/oculus-samples/Unity-Movement/commit/72118797ee2de6754d1e57991159f6aafb764392))
7+
* **Runtime:** Allow fixing spine rotations in deformation's ApplyOriginalSpineOffsets ([0963b46](https://github.com/oculus-samples/Unity-Movement/commit/0963b46a9f4e51006bb09f8d054ca18ad39f917f))
8+
* **Runtime:** Check for null retargeting processor gizmos ([d1d1f88](https://github.com/oculus-samples/Unity-Movement/commit/d1d1f88f2aeff675ff2b9707497148a38f5b696a))
9+
* **Runtime:** Enforce proper rest pose when using animation rigging retargeting ([92eadc3](https://github.com/oculus-samples/Unity-Movement/commit/92eadc368816a7b1d2b3e748d0a0ee7b98b0b68c))
10+
* **Runtime:** Properly align feet in hip pinning sample ([21bdcbc](https://github.com/oculus-samples/Unity-Movement/commit/21bdcbcfe981c8a493bc51e7a602037fe25e7404))
11+
* **Runtime:** Update the ISDK sample mug material to be compatible with URP ([ec01def](https://github.com/oculus-samples/Unity-Movement/commit/ec01def81fe9e2722a42cdb0d63193ce108db2c3))
12+
* **Samples:** Fix finger and shoulder accuracy with ISDK scene ([cb791d6](https://github.com/oculus-samples/Unity-Movement/commit/cb791d6e42b72c27259d5bfaadf141f240cc1d44))
13+
* **Samples:** Fix initial rotation issue with hip pinning ([cf6bc80](https://github.com/oculus-samples/Unity-Movement/commit/cf6bc80f9ed360560dc3f239f26c03c0ad96d6ac))
14+
* **Samples:** Update Aura with constraints ([521f246](https://github.com/oculus-samples/Unity-Movement/commit/521f2465927e8e8e2f886cb18e88310ee46d4f45))
15+
16+
17+
### Features
18+
19+
* **Editor:** Recommend four bones for skinning in project setup tool ([db7a615](https://github.com/oculus-samples/Unity-Movement/commit/db7a615382b1f480362477a824ba6e84839e3a25))
20+
* **Editor:** Support auto mapping TongueOut for ARKitFace ([bcb30a6](https://github.com/oculus-samples/Unity-Movement/commit/bcb30a674c4759627a7bc412046329781610aec4))
21+
122
## [5.0.1](https://github.com/oculus-samples/Unity-Movement/compare/v5.0.0...v5.0.1) (2024-04-22)
223

324

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.meta.movement",
33
"displayName": "Meta Movement",
4-
"version": "5.0.1",
4+
"version": "5.1.0",
55
"description": "Contains sample scenes, prefabs, scripts, and art assets for Movement SDK.",
66
"unity": "2021.3",
77
"unityRelease": "26f1",
8-
"samples":[
8+
"samples": [
99
{
1010
"displayName": "Face Tracking Samples",
1111
"description": "Samples that demonstrate the face tracking capabilities of the Movement SDK",

0 commit comments

Comments
 (0)