Skip to content

Commit

Permalink
chore(release): 4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.1.0](v4.0.1...v4.1.0) (2024-01-11)

### Bug Fixes

* **Editor:** Update one-clicks for adding body tracking to disable apply root motion on animators ([cb7b68c](cb7b68c))
* **Runtime:** DeformationJob checks for animator avatar for bone queries ([f91bb92](f91bb92))
* **Runtime:** Fix potential missing transform handle in CopyPoseJob ([10dd1bc](10dd1bc))

### Features

* **Runtime:** Add shoulders adjustments when using the one-click for setting up body tracking ([327ad57](327ad57))
* **Runtime:** Check for humanoid, translation DoF for retargeting ([591148f](591148f))
* **Samples:** Update Locomotion sample with character prefab ([217a99a](217a99a))
  • Loading branch information
semantic-release-bot committed Jan 11, 2024
1 parent d7d55dc commit cf37568
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [4.1.0](https://github.com/oculus-samples/Unity-Movement/compare/v4.0.1...v4.1.0) (2024-01-11)


### Bug Fixes

* **Editor:** Update one-clicks for adding body tracking to disable apply root motion on animators ([cb7b68c](https://github.com/oculus-samples/Unity-Movement/commit/cb7b68c76b1308deeb52cad17498cf0d659800f5))
* **Runtime:** DeformationJob checks for animator avatar for bone queries ([f91bb92](https://github.com/oculus-samples/Unity-Movement/commit/f91bb92aaefdc33ed6c053bd9f907b491b556870))
* **Runtime:** Fix potential missing transform handle in CopyPoseJob ([10dd1bc](https://github.com/oculus-samples/Unity-Movement/commit/10dd1bcf76d342f8af7aa9ee7eeb5a94513544a7))


### Features

* **Runtime:** Add shoulders adjustments when using the one-click for setting up body tracking ([327ad57](https://github.com/oculus-samples/Unity-Movement/commit/327ad575dd2078c809940457eba25a1ec45c89df))
* **Runtime:** Check for humanoid, translation DoF for retargeting ([591148f](https://github.com/oculus-samples/Unity-Movement/commit/591148fead153e9770f37a36d479d5469cd80a55))
* **Samples:** Update Locomotion sample with character prefab ([217a99a](https://github.com/oculus-samples/Unity-Movement/commit/217a99a4e3aba2657d3d08614907d7421f0fa2f1))

## [4.0.1](https://github.com/oculus-samples/Unity-Movement/compare/v4.0.0...v4.0.1) (2023-12-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.meta.movement",
"displayName": "Meta Movement",
"version": "4.0.1",
"version": "4.1.0",
"unity": "2020.3",
"keywords": [
"Meta",
Expand Down

0 comments on commit cf37568

Please sign in to comment.