Skip to content

Commit 32a84ef

Browse files
committed
Version 2.3.2 - Added optional fix for Unity 2019.2b / 2019.3a
Changes for 2.3.2 * Added SteamVR.asmdef.20192 for Unity 2019.2b and 2019.3a - replace SteamVR.asmdef to fix UI errors in these versions.
1 parent b96c786 commit 32a84ef

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "SteamVR",
3+
"references": [
4+
"SteamVR_Windows_EditorHelper",
5+
"Unity.ugui"
6+
],
7+
"optionalUnityReferences": [],
8+
"includePlatforms": [],
9+
"excludePlatforms": [],
10+
"allowUnsafeCode": false,
11+
"overrideReferences": false,
12+
"precompiledReferences": [],
13+
"autoReferenced": true,
14+
"defineConstraints": []
15+
}

Assets/SteamVR/SteamVR.asmdef.20192.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/SteamVR/readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SteamVR Unity Plugin - v2.3.1b
1+
# SteamVR Unity Plugin - v2.3.2
22

33
Copyright (c) Valve Corporation, All rights reserved.
44

@@ -29,6 +29,12 @@ Support:
2929
If you're having trouble with the plugin the best place to discuss issues is our github here: https://github.com/ValveSoftware/steamvr_unity_plugin/issues/
3030

3131
If you'd like to discuss features, post guides, and give general feedback please post on the steam forum here: https://steamcommunity.com/app/250820/discussions/7/
32+
33+
34+
35+
Changes for 2.3.2
36+
37+
* Added SteamVR.asmdef.20192 for Unity 2019.2b and 2019.3a - replace SteamVR.asmdef to fix UI errors in these versions.
3238

3339

3440
Changes for 2.3.1b

0 commit comments

Comments
 (0)