Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0](v5.2.1...v6.0.0) (2024-09-04)

### Bug Fixes

* **Runtime:** Fix RecalculateNormals awake assert ([dcf9da0](dcf9da0))
* **Runtime:** Undo ARKit retargeting value check ([7d4a5ac](7d4a5ac))

### Features

* **Runtime:** Add custom bind pose option for retargeting ([70932d2](70932d2))
* **Samples:** Added Debug Lines to Mirrored Full Body ([2df44ee](2df44ee))
* **Samples:** Added Debug Lines to Mirrored Upper Body ([493430c](493430c))

### BREAKING CHANGES

* **Runtime:** Overriding InitializeBindPose in OVRSkeleton requires v67 of the Core SDK.

Add the option to use custom bind pose data for retargeting. This can be used to correct artifacts in the retargeting and deformation by updating the rest pose used for retargeting, which will affect the offset calculation in retargeting.

Reviewed By: sohailshafiiWk

Differential Revision: D61024840

fbshipit-source-id: 1ca39376bfcfc98f5a5d57b7525058918c39e76f
  • Loading branch information
semantic-release-bot committed Sep 4, 2024
1 parent 2a137cd commit 3224be0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# [6.0.0](https://github.com/oculus-samples/Unity-Movement/compare/v5.2.1...v6.0.0) (2024-09-04)


### Bug Fixes

* **Runtime:** Fix RecalculateNormals awake assert ([dcf9da0](https://github.com/oculus-samples/Unity-Movement/commit/dcf9da0cc6d2d1f311fca4426840099c86689f22))
* **Runtime:** Undo ARKit retargeting value check ([7d4a5ac](https://github.com/oculus-samples/Unity-Movement/commit/7d4a5ac8688603df0a2911d2afccfe334961be75))


### Features

* **Runtime:** Add custom bind pose option for retargeting ([70932d2](https://github.com/oculus-samples/Unity-Movement/commit/70932d21e8ac944ba453a1239106d8e9ae9f10e9))
* **Samples:** Added Debug Lines to Mirrored Full Body ([2df44ee](https://github.com/oculus-samples/Unity-Movement/commit/2df44eebe734b95dd69f4f5eec911205f72442f5))
* **Samples:** Added Debug Lines to Mirrored Upper Body ([493430c](https://github.com/oculus-samples/Unity-Movement/commit/493430c841b0464d31baf91108226b635195348d))


### BREAKING CHANGES

* **Runtime:** Overriding InitializeBindPose in OVRSkeleton requires v67 of the Core SDK.

Add the option to use custom bind pose data for retargeting. This can be used to correct artifacts in the retargeting and deformation by updating the rest pose used for retargeting, which will affect the offset calculation in retargeting.

Reviewed By: sohailshafiiWk

Differential Revision: D61024840

fbshipit-source-id: 1ca39376bfcfc98f5a5d57b7525058918c39e76f

## [5.2.1](https://github.com/oculus-samples/Unity-Movement/compare/v5.2.0...v5.2.1) (2024-08-08)


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": "5.2.1",
"version": "6.0.0",
"description": "Contains sample scenes, prefabs, scripts, and art assets for Movement SDK.",
"unity": "2021.3",
"unityRelease": "26f1",
Expand Down

0 comments on commit 3224be0

Please sign in to comment.