You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Assets/SteamVR/readme.txt
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -15,36 +15,33 @@ Documentation:
15
15
Documentation can be found online here: https://valvesoftware.github.io/steamvr_unity_plugin/
16
16
17
17
18
-
19
18
Quick Start:
20
19
21
-
Follow the quickstart guide here:
22
-
23
20
If you want to explore the interaction scene you'll need to open the SteamVR Input window (under the Window Menu), click yes to copy example jsons, then click Save and Generate to create input actions.
24
21
25
22
For the most simple example of VR with tracked controllers see the sample scene at SteamVR/Simple Sample
26
23
27
24
For a more extensive example including picking up, throwing objects, and animated hands see the Interaction System example at SteamVR/Interaction System/Samples/Interactions_Example
28
25
29
26
30
-
31
27
Support:
32
28
33
29
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/
34
30
35
31
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/
36
32
37
33
38
-
39
-
Changes for 2.2:
40
-
41
-
* Removed some old functions/members in the skeleton behaviour
34
+
Changes for v2.2:
35
+
36
+
* Removing some unused code
42
37
43
38
44
39
Changes for v2.2RC5:
45
40
46
41
* Fix for controllers that don't support Skeleton Input yet (WinMR)
47
42
43
+
* Fixing issue where sometimes SteamVR would load legacy bindings for SteamVR Input projects while in the editor.
0 commit comments