Skip to content

Commit 6a2eef2

Browse files
chore(release): 2.4.0 [skip ci]
# [2.4.0](v2.3.0...v2.4.0) (2023-08-18) ### Bug Fixes * **Runtime:** Add more checks to prevent invalid look rotation operations for twist distribution ([2da6751](2da6751)) * **Runtime:** Adjust conditionals related to late update ([39b3998](39b3998)) * **Runtime:** Allow multiple tuples with same starting bone for OVRSkeleton visualizer ([ccc60b0](ccc60b0)) * **Runtime:** Check IsFinite on input position when fixing bones in LateUpdate ([4ddeade](4ddeade)) * **Runtime:** Deformation constraint sets up data at edit time ([74dc7a6](74dc7a6)) * **Runtime:** Fix constraints using the same job binder data when multiple constraints are present ([d9d9519](d9d9519)) * **Runtime:** Fix OVR bone pairs issue, cast to BodyTrackingBoneId when creating visual objects ([5b44a85](5b44a85)) * **Runtime:** Initialize vectors in CopyPoseJob ([1de0d7e](1de0d7e)), closes [#3](#3) * **Runtime:** Make hands more accurate with constraints ([a03b423](a03b423)) * **Runtime:** Prevent duplicates of tuples in visual skeleton, allow tapering ([5508364](5508364)) * **Runtime:** Remove LateUpdate correction mask ([b189f20](b189f20)) * **Runtime:** Retargeting layer respects weight of constraint ([c71aa09](c71aa09)) * **Runtime:** Straighten legs with constraints ([364d235](364d235)) * **Runtime:** Treat masks as optional in AddComponentsRuntime ([5d7e2bc](5d7e2bc)) * **Runtime:** Twist distro set up during edit time ([8e97568](8e97568)) * **Runtime:** Update twist distribution to check against the look rotation being zero ([330620f](330620f)) * **Samples:** Fix legs of spawnable green robot ([163cf9a](163cf9a)) ### Features * **Runtime:** Add bone axis renderer, make color shaders support stereo ([1f4065f](1f4065f)) * **Runtime:** Add checks for upper chest and shoulders ([07cac4c](07cac4c)) * **Runtime:** Add IsFiniteVector3 check to RiggingUtilities ([d17a86f](d17a86f)) * **Runtime:** Allow duplicate tuples to be rendered for animator bones ([0cb2314](0cb2314)) * **Runtime:** Create animator bone visual ([625c102](625c102)) * **Runtime:** Custom bone visualizer ([c7ddb2a](c7ddb2a)) * **Runtime:** OVRSkeleton visualizer ([22da8aa](22da8aa)) * **Runtime:** Run visualizers in LateUpdate ([b19c5ea](b19c5ea)) * **Runtime:** Update unity functions in AnimatorBoneVisualizer to be inheritable ([3547708](3547708)) * **Runtime:** Validate humanoid bones for retargeting ([c8d1eeb](c8d1eeb))
1 parent 9006b56 commit 6a2eef2

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
# [2.4.0](https://github.com/oculus-samples/Unity-Movement/compare/v2.3.0...v2.4.0) (2023-08-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **Runtime:** Add more checks to prevent invalid look rotation operations for twist distribution ([2da6751](https://github.com/oculus-samples/Unity-Movement/commit/2da67517ecc0fbd9d0fce09563bcdcc5e84b76a4))
7+
* **Runtime:** Adjust conditionals related to late update ([39b3998](https://github.com/oculus-samples/Unity-Movement/commit/39b3998d7f6b3af505aa188a93ae11026fe508f2))
8+
* **Runtime:** Allow multiple tuples with same starting bone for OVRSkeleton visualizer ([ccc60b0](https://github.com/oculus-samples/Unity-Movement/commit/ccc60b0ac06a4b234637adf12749411866eae501))
9+
* **Runtime:** Check IsFinite on input position when fixing bones in LateUpdate ([4ddeade](https://github.com/oculus-samples/Unity-Movement/commit/4ddeade2cfc0dec3cd893e25d6df355c7cecfa5c))
10+
* **Runtime:** Deformation constraint sets up data at edit time ([74dc7a6](https://github.com/oculus-samples/Unity-Movement/commit/74dc7a68273eb3b7935fc1e796ba1944f8dfa4bc))
11+
* **Runtime:** Fix constraints using the same job binder data when multiple constraints are present ([d9d9519](https://github.com/oculus-samples/Unity-Movement/commit/d9d9519a2c3628755cf34932c87511893b410c13))
12+
* **Runtime:** Fix OVR bone pairs issue, cast to BodyTrackingBoneId when creating visual objects ([5b44a85](https://github.com/oculus-samples/Unity-Movement/commit/5b44a85678fcf42404a0e6f926efb74895a695d3))
13+
* **Runtime:** Initialize vectors in CopyPoseJob ([1de0d7e](https://github.com/oculus-samples/Unity-Movement/commit/1de0d7e5cb1106a09445b1847e55a50a1e787253)), closes [#3](https://github.com/oculus-samples/Unity-Movement/issues/3)
14+
* **Runtime:** Make hands more accurate with constraints ([a03b423](https://github.com/oculus-samples/Unity-Movement/commit/a03b4237790e1a47e6b30810edb29a31a67465f3))
15+
* **Runtime:** Prevent duplicates of tuples in visual skeleton, allow tapering ([5508364](https://github.com/oculus-samples/Unity-Movement/commit/5508364f0e3d57378ce24ecd7fd8b4caa0707933))
16+
* **Runtime:** Remove LateUpdate correction mask ([b189f20](https://github.com/oculus-samples/Unity-Movement/commit/b189f201af695d7d2d179ada9fa2757ae8b8ad78))
17+
* **Runtime:** Retargeting layer respects weight of constraint ([c71aa09](https://github.com/oculus-samples/Unity-Movement/commit/c71aa09e8e0ccb6fece51792ddb515b6e05caa96))
18+
* **Runtime:** Straighten legs with constraints ([364d235](https://github.com/oculus-samples/Unity-Movement/commit/364d235ed5a14b36659fc8c4a73c23feb2bcaf9d))
19+
* **Runtime:** Treat masks as optional in AddComponentsRuntime ([5d7e2bc](https://github.com/oculus-samples/Unity-Movement/commit/5d7e2bc8a959af415593fe6a04d7169fe347f2c9))
20+
* **Runtime:** Twist distro set up during edit time ([8e97568](https://github.com/oculus-samples/Unity-Movement/commit/8e975689b37abd5b91a04cbcf82320db67f6d578))
21+
* **Runtime:** Update twist distribution to check against the look rotation being zero ([330620f](https://github.com/oculus-samples/Unity-Movement/commit/330620f6b072852cf6eeba39748b6335fc25a427))
22+
* **Samples:** Fix legs of spawnable green robot ([163cf9a](https://github.com/oculus-samples/Unity-Movement/commit/163cf9aa8ffdf45a141b1b0fba4bfb0087670d7b))
23+
24+
25+
### Features
26+
27+
* **Runtime:** Add bone axis renderer, make color shaders support stereo ([1f4065f](https://github.com/oculus-samples/Unity-Movement/commit/1f4065fec6adc34bac33d34a501eebcee60decdc))
28+
* **Runtime:** Add checks for upper chest and shoulders ([07cac4c](https://github.com/oculus-samples/Unity-Movement/commit/07cac4cbdaa3022dc2aecc297781fa74023d4ab2))
29+
* **Runtime:** Add IsFiniteVector3 check to RiggingUtilities ([d17a86f](https://github.com/oculus-samples/Unity-Movement/commit/d17a86fc3edebcb7e3f6f282eb8a6538e9568207))
30+
* **Runtime:** Allow duplicate tuples to be rendered for animator bones ([0cb2314](https://github.com/oculus-samples/Unity-Movement/commit/0cb2314c21ad429be197f7d42eced3fe94d311c9))
31+
* **Runtime:** Create animator bone visual ([625c102](https://github.com/oculus-samples/Unity-Movement/commit/625c102de2e5a4e18659481e4bd1237d502e5d12))
32+
* **Runtime:** Custom bone visualizer ([c7ddb2a](https://github.com/oculus-samples/Unity-Movement/commit/c7ddb2a15994a091c2a74585f5bb762d23763337))
33+
* **Runtime:** OVRSkeleton visualizer ([22da8aa](https://github.com/oculus-samples/Unity-Movement/commit/22da8aa154f954c17e36decf90f462539fc05eb8))
34+
* **Runtime:** Run visualizers in LateUpdate ([b19c5ea](https://github.com/oculus-samples/Unity-Movement/commit/b19c5ea17552325763291db85505bcae19dbba2d))
35+
* **Runtime:** Update unity functions in AnimatorBoneVisualizer to be inheritable ([3547708](https://github.com/oculus-samples/Unity-Movement/commit/3547708e6f44364e692f9bf021d449246ab09102))
36+
* **Runtime:** Validate humanoid bones for retargeting ([c8d1eeb](https://github.com/oculus-samples/Unity-Movement/commit/c8d1eeb21581c5dac0e9c469beb5f6b9d98ba766))
37+
138
# [2.3.0](https://github.com/oculus-samples/Unity-Movement/compare/v2.2.0...v2.3.0) (2023-07-07)
239

340

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": "2.3.0",
4+
"version": "2.4.0",
55
"unity": "2020.3",
66
"keywords": [
77
"Meta",

0 commit comments

Comments
 (0)