Skip to content

Commit

Permalink
Release v1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bsawyer-ml committed Nov 15, 2023
1 parent 17cf096 commit 19631f4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 219 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.12.1]

### Bugfixes
- Fixed issue with legacy Hands subsystem causing compilation errors in MRTK projects.

## [1.12.0]

### Features
Expand Down
5 changes: 0 additions & 5 deletions Runtime/MagicLeap.SDK.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@
"expression": "1.9.0-preview.1",
"define": "UNITY_OPENXR_1_9_0_OR_NEWER"
},
{
"name": "com.unity.xr.hands",
"expression": "",
"define": "XR_HANDS"
},
{
"name": "com.unity.xr.magicleap",
"expression": "",
Expand Down
8 changes: 0 additions & 8 deletions Runtime/Subsystems/Hand.meta

This file was deleted.

194 changes: 0 additions & 194 deletions Runtime/Subsystems/Hand/HandSubsystem.cs

This file was deleted.

11 changes: 0 additions & 11 deletions Runtime/Subsystems/Hand/HandSubsystem.cs.meta

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.magicleap.unitysdk",
"displayName": "Magic Leap SDK",
"version": "1.12.0",
"version": "1.12.1",
"unity": "2022.2",
"description": "Magic Leap Unity SDK",
"keywords": [
Expand Down

0 comments on commit 19631f4

Please sign in to comment.