Skip to content

Commit

Permalink
com.unity.xr.magicleap@6.3.0-preview.2
Browse files Browse the repository at this point in the history
## [6.3.0-preview.2] - 2021-07-15
- Fixed 90 degree offset issue for Image Tracking.
  • Loading branch information
Unity Technologies committed Jul 15, 2021
1 parent debd3de commit 879cc8f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [6.3.0-preview.2] - 2021-07-15
- Fixed 90 degree offset issue for Image Tracking.

## [6.3.0-preview.1] - 2021-06-28
- Update the Image Tracking subsystem to create the Image Tracker disabled and synchronously.
- Explicitly add a way to increment the reference count of the Native Image Tracker to allow for external code to clean up the tracker.
Expand Down
Binary file modified Runtime/Lumin/UnityMagicLeap.so
Binary file not shown.
Binary file modified Runtime/Windows/UnityMagicLeap.dll
Binary file not shown.
Binary file modified Runtime/Windows/UnityMagicLeap.dll.lib
Binary file not shown.
Binary file modified Runtime/macOS/UnityMagicLeap.bundle
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.unity.xr.magicleap",
"displayName": "Magic Leap XR Plugin",
"version": "6.3.0-preview.1",
"version": "6.3.0-preview.2",
"unity": "2020.2",
"description": "Provides rendering and spatial mapping support for Magic Leap.\n\nNOTE: As of Unity 2019.2, Legacy XR support for MagicLeap is disabled in favor of XR SDK",
"keywords": [
Expand All @@ -22,12 +22,12 @@
"com.unity.xr.management": "4.0.1"
},
"upmCi": {
"footprint": "6db2adb372884902337b089d6fe028c3bbffbbeb"
"footprint": "69f321f67ec29db0d082a3e6bc032ce05c37845b"
},
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/xr.sdk.magicleap.git",
"type": "git",
"revision": "8e7c5b460907557f83c23bf3f143a193a493efef"
"revision": "22663c895d398b70ec65f433c5ba49f5b8ab810d"
},
"samples": [
{
Expand Down

0 comments on commit 879cc8f

Please sign in to comment.