Skip to content

Commit

Permalink
Update GraphicsTools package to 0.5.12 in samples and package depende…
Browse files Browse the repository at this point in the history
…ncies (#11638)

* Upgrade MRTK package dependecies for GraphicsTools to 0.5.0 to pick up the Unity 2021.3 minimum requirement.

* Update MRTK sample project to use the GraphicsTools 0.5.12 package

* Update package dependencies for GraphicsTools to 0.5.12
  • Loading branch information
shaynie committed Jun 20, 2023
1 parent 177e8ac commit 14ba625
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion UnityProjects/MRTKDevTemplate/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"com.microsoft.mrtk.data": "file:../../../com.microsoft.mrtk.data",
"com.microsoft.mrtk.diagnostics": "file:../../../com.microsoft.mrtk.diagnostics",
"com.microsoft.mrtk.extendedassets": "file:../../../com.microsoft.mrtk.extendedassets",
"com.microsoft.mrtk.graphicstools.unity": "https://github.com/microsoft/MixedReality-GraphicsTools-Unity.git?path=/com.microsoft.mrtk.graphicstools.unity#v0.4.0",
"com.microsoft.mrtk.graphicstools.unity": "https://github.com/microsoft/MixedReality-GraphicsTools-Unity.git?path=/com.microsoft.mrtk.graphicstools.unity#v0.5.12",
"com.microsoft.mrtk.input": "file:../../../com.microsoft.mrtk.input",
"com.microsoft.mrtk.spatialmanipulation": "file:../../../com.microsoft.mrtk.spatialmanipulation",
"com.microsoft.mrtk.standardassets": "file:../../../com.microsoft.mrtk.standardassets",
Expand Down
14 changes: 7 additions & 7 deletions UnityProjects/MRTKDevTemplate/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"source": "local",
"dependencies": {
"com.microsoft.mrtk.core": "3.0.0",
"com.microsoft.mrtk.graphicstools.unity": "0.4.0",
"com.microsoft.mrtk.graphicstools.unity": "0.5.12",
"com.unity.textmeshpro": "3.0.6"
}
},
Expand Down Expand Up @@ -96,19 +96,19 @@
}
},
"com.microsoft.mrtk.graphicstools.unity": {
"version": "https://github.com/microsoft/MixedReality-GraphicsTools-Unity.git?path=/com.microsoft.mrtk.graphicstools.unity#v0.4.0",
"version": "https://github.com/microsoft/MixedReality-GraphicsTools-Unity.git?path=/com.microsoft.mrtk.graphicstools.unity#v0.5.12",
"depth": 0,
"source": "git",
"dependencies": {},
"hash": "385952c3e0c59b934f7846cb2b815977cb22dcda"
"hash": "3361204314b43c83990b9148ebfcfb913ae657f4"
},
"com.microsoft.mrtk.input": {
"version": "file:../../../com.microsoft.mrtk.input",
"depth": 0,
"source": "local",
"dependencies": {
"com.microsoft.mrtk.core": "3.0.0",
"com.microsoft.mrtk.graphicstools.unity": "0.4.0",
"com.microsoft.mrtk.graphicstools.unity": "0.5.12",
"com.unity.inputsystem": "1.5.1",
"com.unity.xr.arfoundation": "5.0.5",
"com.unity.xr.interaction.toolkit": "2.3.0",
Expand All @@ -131,7 +131,7 @@
"depth": 0,
"source": "local",
"dependencies": {
"com.microsoft.mrtk.graphicstools.unity": "0.4.0"
"com.microsoft.mrtk.graphicstools.unity": "0.5.12"
}
},
"com.microsoft.mrtk.tools": {
Expand All @@ -153,7 +153,7 @@
"depth": 0,
"source": "local",
"dependencies": {
"com.microsoft.mrtk.graphicstools.unity": "0.4.0",
"com.microsoft.mrtk.graphicstools.unity": "0.5.12",
"com.microsoft.mrtk.uxcore": "3.0.0",
"com.microsoft.mrtk.spatialmanipulation": "3.0.0",
"com.microsoft.mrtk.standardassets": "3.0.0",
Expand All @@ -176,7 +176,7 @@
"source": "local",
"dependencies": {
"com.microsoft.mrtk.core": "3.0.0",
"com.microsoft.mrtk.graphicstools.unity": "0.4.0",
"com.microsoft.mrtk.graphicstools.unity": "0.5.12",
"com.unity.inputsystem": "1.5.1",
"com.unity.textmeshpro": "3.0.6",
"com.unity.xr.interaction.toolkit": "2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion com.microsoft.mrtk.accessibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"unity": "2021.3",
"dependencies": {
"com.microsoft.mrtk.core": "3.0.0",
"com.microsoft.mrtk.graphicstools.unity": "0.4.0",
"com.microsoft.mrtk.graphicstools.unity": "0.5.12",
"com.unity.textmeshpro": "3.0.6"
},
"msftTestDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion com.microsoft.mrtk.input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"unity": "2021.3",
"dependencies": {
"com.microsoft.mrtk.core": "3.0.0",
"com.microsoft.mrtk.graphicstools.unity": "0.4.0",
"com.microsoft.mrtk.graphicstools.unity": "0.5.12",
"com.unity.inputsystem": "1.5.1",
"com.unity.xr.arfoundation": "5.0.5",
"com.unity.xr.interaction.toolkit": "2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion com.microsoft.mrtk.standardassets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"url": "https://github.com/microsoft/MixedRealityToolkit-Unity/issues"
},
"dependencies": {
"com.microsoft.mrtk.graphicstools.unity": "0.4.0"
"com.microsoft.mrtk.graphicstools.unity": "0.5.12"
}
}
2 changes: 1 addition & 1 deletion com.microsoft.mrtk.uxcomponents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"unity": "2021.3",
"dependencies": {
"com.microsoft.mrtk.graphicstools.unity": "0.4.0",
"com.microsoft.mrtk.graphicstools.unity": "0.5.12",
"com.microsoft.mrtk.uxcore": "3.0.0",
"com.microsoft.mrtk.spatialmanipulation": "3.0.0",
"com.microsoft.mrtk.standardassets": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion com.microsoft.mrtk.uxcore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"unity": "2021.3",
"dependencies": {
"com.microsoft.mrtk.core": "3.0.0",
"com.microsoft.mrtk.graphicstools.unity": "0.4.0",
"com.microsoft.mrtk.graphicstools.unity": "0.5.12",
"com.unity.inputsystem": "1.5.1",
"com.unity.textmeshpro": "3.0.6",
"com.unity.xr.interaction.toolkit": "2.3.0"
Expand Down

0 comments on commit 14ba625

Please sign in to comment.