Skip to content

Commit 269e4a2

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.1.1...v4.0.0) (2023-12-16) ### Bug Fixes * **Runtime:** Add max stretch for CCDIK and update deformation ([dbe19d1](dbe19d1)) * **Runtime:** Allow controlling blendshape example's constraints via skeletal state ([6579f9e](6579f9e)), closes [#1](#1) [#2](#2) * **Runtime:** Disable null check on BlendHandConstraint _autoAddTo ([c3fd6ad](c3fd6ad)) * **Runtime:** Update the accurate head option in deformation ([7a20b3b](7a20b3b)) * **Samples:** Disable _rigToggleOnFocus ([c6dc3bc](c6dc3bc)) ### Features * **Editor/Runtime/Samples:** Update for v60 ([8d5f1bb](8d5f1bb)) * **Editor:** Add IntAsEnum property attribute and drawer ([ccaa9cd](ccaa9cd)) * **Editor:** Update helper menus to add retargeting processors on the one-click setup ([cb2d5da](cb2d5da)) * **Editor:** Update one-click to also setup elbows and new deformation parameters ([11bf4b0](11bf4b0)) * **Runtime:** Add a weight to correct shoulder rotations in late update ([fb8d357](fb8d357)) * **Runtime:** Add additional spine alignment weights for the other spine bones ([63ba963](63ba963)) * **Runtime:** Add animation playback constraint ([5854f9e](5854f9e)) * **Runtime:** Add retargeting processors for retargeting layer, and update hand placement in deformation ([29e529b](29e529b)) * **Runtime:** Add shoulder stretch to RetargetingProcessorCorrectHand ([bf05baa](bf05baa)) * **Runtime:** Hip pinning supports animator ([67a19fe](67a19fe)) * **Runtime:** Retargeter sets hips via root motion function ([d79ee8f](d79ee8f)) * **Runtime:** Update BlendHandConstraint to control the weight of the correct hand retargeting processor ([cc340eb](cc340eb)) * **Runtime:** Update Deformation constraint logic to correct the spine more accurately along with the shoulders ([c4d9e31](c4d9e31)) * **Samples:** Buttons for ISDK and locomotion scenes ([02de41b](02de41b)) * **Samples:** Trilinear/aniso settings for locomotion textures ([eb1f38f](eb1f38f)) * **Samples:** Turn on translate dof on HighFi model ([ff68e17](ff68e17)) ### BREAKING CHANGES * **Editor/Runtime/Samples:** Samples rely on scripts found in v60 of the Meta SDK. Editor: - Add OVRProjectSetupMovementSDKSamples task to integrate with the Oculus Project Setup Tool for sample specific tasks - Remove ProjectValidationWindow, as the Project Setup Tool is used instead now Runtime: - Add support for tongue tracking - Add DeformationRig for driving available correctives on the face - Add full body for retargeting - Add full body animation constraints - Add toggle between high and low fidelity upper body tracking (IOBT) - Add body tracking calibration example - Updated helper menus to include setup for full body, and new constraints for upper body - Updated locomotion to support full body, and fix several bugs with locomotion - Updated locomotion to use animation blending between tracking (full body) and the locomotion animator Samples: - Updated the MovementAura scene with tongue support - Updated the MovementRetargeting scene to use a full body - Updated the MovementISDKIntegration scene to use a full body - Updated the MovementLocomotion scene to use a full body DEPRECATED: All legacy scripts have been placed in the Legacy folder. This includes the following: CustomMappings, FullBodyCustomMappings, AnimationConstraintMasker. Reviewed By: sohailshafiiWk Differential Revision: D52219081 fbshipit-source-id: 3dbdebc730609ec9c51ea8dee581ef36c831e9db
1 parent 4971341 commit 269e4a2

File tree

2 files changed

+66
-1
lines changed

2 files changed

+66
-1
lines changed

CHANGELOG.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,68 @@
1+
# [4.0.0](https://github.com/oculus-samples/Unity-Movement/compare/v3.1.1...v4.0.0) (2023-12-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **Runtime:** Add max stretch for CCDIK and update deformation ([dbe19d1](https://github.com/oculus-samples/Unity-Movement/commit/dbe19d149ec58b7332868e14ace0dc02f476ee97))
7+
* **Runtime:** Allow controlling blendshape example's constraints via skeletal state ([6579f9e](https://github.com/oculus-samples/Unity-Movement/commit/6579f9e7d5e9e0f7f4288abf28d815c087a18fda)), closes [#1](https://github.com/oculus-samples/Unity-Movement/issues/1) [#2](https://github.com/oculus-samples/Unity-Movement/issues/2)
8+
* **Runtime:** Disable null check on BlendHandConstraint _autoAddTo ([c3fd6ad](https://github.com/oculus-samples/Unity-Movement/commit/c3fd6ad03195c5ae3f6458bd31a7621ca659a808))
9+
* **Runtime:** Update the accurate head option in deformation ([7a20b3b](https://github.com/oculus-samples/Unity-Movement/commit/7a20b3bf0f4ea3cebdfe4ce5d18abdc0b049b3b1))
10+
* **Samples:** Disable _rigToggleOnFocus ([c6dc3bc](https://github.com/oculus-samples/Unity-Movement/commit/c6dc3bcdda0abd2a4dd1cdc5ac77a31f76036bfc))
11+
12+
13+
### Features
14+
15+
* **Editor/Runtime/Samples:** Update for v60 ([8d5f1bb](https://github.com/oculus-samples/Unity-Movement/commit/8d5f1bb429a116b177ffefd1bd2e61b4e75b11c0))
16+
* **Editor:** Add IntAsEnum property attribute and drawer ([ccaa9cd](https://github.com/oculus-samples/Unity-Movement/commit/ccaa9cd300a8a188c7b3c5053f63284c4e0a3493))
17+
* **Editor:** Update helper menus to add retargeting processors on the one-click setup ([cb2d5da](https://github.com/oculus-samples/Unity-Movement/commit/cb2d5daa0b218505548872022bb1922fc70d850a))
18+
* **Editor:** Update one-click to also setup elbows and new deformation parameters ([11bf4b0](https://github.com/oculus-samples/Unity-Movement/commit/11bf4b067c616fb92241163f279ffe13534e2378))
19+
* **Runtime:** Add a weight to correct shoulder rotations in late update ([fb8d357](https://github.com/oculus-samples/Unity-Movement/commit/fb8d3572782f1fc88a2fafed9388a6c45d0036df))
20+
* **Runtime:** Add additional spine alignment weights for the other spine bones ([63ba963](https://github.com/oculus-samples/Unity-Movement/commit/63ba96322049d358c38ad689c9f65b0549f82fa5))
21+
* **Runtime:** Add animation playback constraint ([5854f9e](https://github.com/oculus-samples/Unity-Movement/commit/5854f9e7fcd12d204b85c088f60527c96348c7cf))
22+
* **Runtime:** Add retargeting processors for retargeting layer, and update hand placement in deformation ([29e529b](https://github.com/oculus-samples/Unity-Movement/commit/29e529b2846c8ed151704b3d8b9c3248842dbeb3))
23+
* **Runtime:** Add shoulder stretch to RetargetingProcessorCorrectHand ([bf05baa](https://github.com/oculus-samples/Unity-Movement/commit/bf05baa01c6475677487b70cb685e24b9863345e))
24+
* **Runtime:** Hip pinning supports animator ([67a19fe](https://github.com/oculus-samples/Unity-Movement/commit/67a19fe585d9398218d10299a7ee368d16d95f98))
25+
* **Runtime:** Retargeter sets hips via root motion function ([d79ee8f](https://github.com/oculus-samples/Unity-Movement/commit/d79ee8f68470d964ca87e05a81bdabe51c1bf573))
26+
* **Runtime:** Update BlendHandConstraint to control the weight of the correct hand retargeting processor ([cc340eb](https://github.com/oculus-samples/Unity-Movement/commit/cc340eb8a499c3f1a58fe4db95cc0aac571c416c))
27+
* **Runtime:** Update Deformation constraint logic to correct the spine more accurately along with the shoulders ([c4d9e31](https://github.com/oculus-samples/Unity-Movement/commit/c4d9e314506b4f5a08fa10c82ee29643f85215ef))
28+
* **Samples:** Buttons for ISDK and locomotion scenes ([02de41b](https://github.com/oculus-samples/Unity-Movement/commit/02de41bb84066f066fe7af6b5236e6cde58ef935))
29+
* **Samples:** Trilinear/aniso settings for locomotion textures ([eb1f38f](https://github.com/oculus-samples/Unity-Movement/commit/eb1f38f5f044ed03e139c3daac4d41ecb96cac04))
30+
* **Samples:** Turn on translate dof on HighFi model ([ff68e17](https://github.com/oculus-samples/Unity-Movement/commit/ff68e176a1ce4e8db13965a263335cb7eab4fe03))
31+
32+
33+
### BREAKING CHANGES
34+
35+
* **Editor/Runtime/Samples:** Samples rely on scripts found in v60 of the Meta SDK.
36+
37+
Editor:
38+
- Add OVRProjectSetupMovementSDKSamples task to integrate with the Oculus Project Setup Tool for sample specific tasks
39+
- Remove ProjectValidationWindow, as the Project Setup Tool is used instead now
40+
41+
Runtime:
42+
- Add support for tongue tracking
43+
- Add DeformationRig for driving available correctives on the face
44+
- Add full body for retargeting
45+
- Add full body animation constraints
46+
- Add toggle between high and low fidelity upper body tracking (IOBT)
47+
- Add body tracking calibration example
48+
- Updated helper menus to include setup for full body, and new constraints for upper body
49+
- Updated locomotion to support full body, and fix several bugs with locomotion
50+
- Updated locomotion to use animation blending between tracking (full body) and the locomotion animator
51+
52+
Samples:
53+
- Updated the MovementAura scene with tongue support
54+
- Updated the MovementRetargeting scene to use a full body
55+
- Updated the MovementISDKIntegration scene to use a full body
56+
- Updated the MovementLocomotion scene to use a full body
57+
58+
DEPRECATED: All legacy scripts have been placed in the Legacy folder. This includes the following: CustomMappings, FullBodyCustomMappings, AnimationConstraintMasker.
59+
60+
Reviewed By: sohailshafiiWk
61+
62+
Differential Revision: D52219081
63+
64+
fbshipit-source-id: 3dbdebc730609ec9c51ea8dee581ef36c831e9db
65+
166
## [3.1.1](https://github.com/oculus-samples/Unity-Movement/compare/v3.1.0...v3.1.1) (2023-09-21)
267

368

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.meta.movement",
33
"displayName": "Meta Movement",
4-
"version": "3.1.1",
4+
"version": "4.0.0",
55
"unity": "2020.3",
66
"keywords": [
77
"Meta",

0 commit comments

Comments
 (0)