Skip to content

Commit

Permalink
com.unity.xr.magicleap@7.1.1
Browse files Browse the repository at this point in the history
## [7.1.1] - 2024-07-23

- Fix crash due to incorrect Android NDK usage during compilation of package libraries.
  • Loading branch information
Unity Technologies committed Jul 23, 2024
1 parent 8ecac57 commit 9585d73
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ uid: magic-leap-changelog

# Changelog

## [7.1.1] - 2024-07-23

- Fix crash due to incorrect Android NDK usage during compilation of package libraries.

## [7.1.0] - 2024-05-22

- Deprecation messaging for deprecation after Unity 6
Expand Down
Binary file modified Runtime/Android/libUnityMagicLeap.so
Binary file not shown.
Binary file modified Runtime/Windows/UnityMagicLeap.dll
Binary file not shown.
Binary file modified Runtime/macOS_arm64/UnityMagicLeap.bundle
Binary file not shown.
Binary file modified Runtime/macOS_x64/UnityMagicLeap.bundle
Binary file not shown.
8 changes: 4 additions & 4 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": "7.1.0",
"version": "7.1.1",
"unity": "2022.3",
"description": "Provides rendering and spatial mapping support for Magic Leap 2.\n\nThis package will be deprecated after Unity 6.\n(See Documentation for more detailed information.)",
"keywords": [
Expand All @@ -23,16 +23,16 @@
"com.unity.modules.androidjni": "1.0.0"
},
"_upm": {
"changelog": "- Deprecation messaging for deprecation after Unity 6\n- Fix a Vulkan issue that could cause the device to randomly freeze with some projects.\n- Adding support within the MagicLeapLoader to support the XRHandSubsystem.\n- Updated controller tracking api to be enabled by default.\n- Change ML2s projection type request to better align with Unity's depth model."
"changelog": "- Fix crash due to incorrect Android NDK usage during compilation of package libraries."
},
"upmCi": {
"footprint": "ee67bfa7604665aae3e1018e847b6d0f8393916f"
"footprint": "32e2776472cbaf77973d6a41be7a2005d800a80e"
},
"documentationUrl": "https://docs.unity3d.com/Packages/com.unity.xr.magicleap@7.1/manual/index.html",
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/xr.sdk.magicleap.git",
"type": "git",
"revision": "4c673f965a67796c3771eeff1723835fe979ba10"
"revision": "6aef6628e34f3cf3b4477c8775a4cc687e622f99"
},
"samples": [
{
Expand Down

0 comments on commit 9585d73

Please sign in to comment.