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

updated editor to 2019.1 #16

Merged
merged 1 commit into from
Apr 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 19 additions & 13 deletions XRTK.WindowsMixedReality/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"dependencies": {
"com.unity.analytics": "3.2.2",
"com.unity.package-manager-ui": "2.0.7",
"com.unity.xr.windowsmr.metro": "1.0.9",
"com.xrtk.core": "https://github.com/XRTK/XRTK-Core.git#0.1.3",
"com.xrtk.sdk": "https://github.com/XRTK/SDK.git#0.1.2",
"com.unity.analytics": "3.3.2",
"com.unity.package-manager-ui": "2.1.2",
"com.unity.xr.legacyinputhelpers": "2.0.2",
"com.unity.xr.windowsmr.metro": "1.0.8",
"com.xrtk.core": "https://github.com/XRTK/XRTK-Core.git#0.1.4",
"com.xrtk.lumin": "https://github.com/XRTK/Lumin.git#0.1.0",
"com.xrtk.sdk": "https://github.com/XRTK/SDK.git#0.1.3",
"com.xrtk.upm-git-extension": "https://github.com/XRTK/UpmGitExtension.git#0.9.4",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down Expand Up @@ -38,17 +40,21 @@
"com.unity.modules.xr": "1.0.0"
},
"lock": {
"com.xrtk.upm-git-extension": {
"hash": "869a63adece6138e88881e85f89f7994983db696",
"revision": "0.9.4"
},
"com.xrtk.core": {
"hash": "6b85982fd9d9f6f44d46074e8956b3d53ce2a48e",
"revision": "0.1.3"
"hash": "925940cff60d2619045d6624c03989d96feacb91",
"revision": "0.1.4"
},
"com.xrtk.lumin": {
"hash": "cf91e467e7151a830e36d39ecad2cd34cff32ae0",
"revision": "0.1.0"
},
"com.xrtk.sdk": {
"hash": "783847ae6aed405fc1ef5af62e9b4a014d01901f",
"revision": "0.1.2"
"hash": "26e330d9da9910895760eca9674d3c9101548cfe",
"revision": "0.1.3"
},
"com.xrtk.upm-git-extension": {
"hash": "869a63adece6138e88881e85f89f7994983db696",
"revision": "0.9.4"
}
}
}
3 changes: 2 additions & 1 deletion XRTK.WindowsMixedReality/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
m_EditorVersion: 2018.3.13f1
m_EditorVersion: 2019.1.0f2
m_EditorVersionWithRevision: 2019.1.0f2 (292b93d75a2c)
10 changes: 10 additions & 0 deletions XRTK.WindowsMixedReality/ProjectSettings/XRSettings.asset
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"m_SettingKeys": [
"VR Device Disabled",
"VR Device User Alert"
],
"m_SettingValues": [
"False",
"False"
]
}