Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
updated project settings and package manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Mar 30, 2019
1 parent edb32e0 commit 2059e4a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
9 changes: 5 additions & 4 deletions XRTK.WindowsMixedReality/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"dependencies": {
"com.unity.analytics": "3.2.2",
"com.unity.package-manager-ui": "2.0.7",
"com.unity.xr.windowsmr.metro": "1.0.8",
"com.xrtk.upm-git-extension": "https://github.com/XRTK/UpmGitExtension.git#0.9.0",
"com.xrtk.xrtk-core": "https://github.com/XRTK/XRTK-Core.git#0.1.0",
"com.xrtk.xrtk-sdk": "https://github.com/XRTK/SDK.git#0.1.0",
Expand Down Expand Up @@ -41,13 +42,13 @@
"hash": "61758973ac97cbf031fe5bab047a43fe4edf28de",
"revision": "0.9.0"
},
"com.xrtk.xrtk-core": {
"hash": "383fd0ea9b221065427a3e19f81f7e21e8992210",
"revision": "0.1.0"
},
"com.xrtk.xrtk-sdk": {
"hash": "bd19848cd567660352133a33e921cb695f8f9ad3",
"revision": "0.1.0"
},
"com.xrtk.xrtk-core": {
"hash": "2ca6ee7db30c36b06f9f7dff4623976343dc21ad",
"revision": "0.1.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,10 @@ PlayerSettings:
m_Devices:
- Oculus
- OpenVR
- m_BuildTarget: Metro
m_Enabled: 1
m_Devices:
- WindowsMR
m_BuildTargetEnableVuforiaSettings: []
openGLRequireES31: 0
openGLRequireES31AEP: 0
Expand Down Expand Up @@ -529,7 +533,8 @@ PlayerSettings:
webGLThreadsSupport: 0
scriptingDefineSymbols: {}
platformArchitecture: {}
scriptingBackend: {}
scriptingBackend:
Metro: 1
il2cppCompilerConfiguration: {}
managedStrippingLevel: {}
incrementalIl2cppBuild: {}
Expand Down

0 comments on commit 2059e4a

Please sign in to comment.