Skip to content

Commit

Permalink
Add XR Hands as an explicit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
keveleigh committed Jan 10, 2025
1 parent fe0c897 commit d7ddc16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion UnityProjects/MRTKDevTemplate/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,8 @@
"dependencies": {
"com.unity.xr.interaction.toolkit": "3.0.4",
"com.unity.xr.management": "4.2.1",
"com.unity.xr.core-utils": "2.1.0"
"com.unity.xr.core-utils": "2.1.0",
"com.unity.xr.hands": "1.3.0"
}
},
"org.mixedrealitytoolkit.data": {
Expand Down
3 changes: 2 additions & 1 deletion org.mixedrealitytoolkit.core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"dependencies": {
"com.unity.xr.interaction.toolkit": "3.0.4",
"com.unity.xr.management": "4.2.1",
"com.unity.xr.core-utils": "2.1.0"
"com.unity.xr.core-utils": "2.1.0",
"com.unity.xr.hands": "1.3.0"
}
}

0 comments on commit d7ddc16

Please sign in to comment.