|
1 | | -# SteamVR Unity Plugin - v2.7.3 (sdk 1.14.15) |
| 1 | +# SteamVR Unity Plugin - v2.8.0 (sdk 2.0.10) |
2 | 2 |
|
3 | 3 | Copyright (c) Valve Corporation, All rights reserved. |
4 | 4 |
|
@@ -35,6 +35,49 @@ Input and Steam: |
35 | 35 |
|
36 | 36 | If you publish your game to steam you can let users change their input bindings while the game is not running by setting the location of your action manifest. On the steamworks partner site go to the Application settings, and the Virtual Reality Section. At the bottom you'll see a radio button to designate your title as a SteamVR Input application. You then can set the location of your action manifest. In older versions of the plugin this was next to the executable. In versions 2.3.3 and above this is in [GameName]_Data/StreamingAssets/SteamVR/actions.json. |
37 | 37 |
|
| 38 | + |
| 39 | +Changes for 2.8.0 |
| 40 | + |
| 41 | + * Updating OpenVR sdk to 2.0.10 |
| 42 | + |
| 43 | + * Added knee, elbow, ankle, and wrist input sources. |
| 44 | + |
| 45 | + * Updated urls to sidestep log spam in Unity 2022 |
| 46 | + |
| 47 | + * Fixed compiler errors in some plugin update scenarios. |
| 48 | + |
| 49 | + * Fixed the interaction system not being able to create interactables at runtime |
| 50 | + |
| 51 | + * Fixed reimports erasing openvr settings on some machines |
| 52 | + |
| 53 | + * Fixed the interaction system not respecting the hand clearance mask |
| 54 | + |
| 55 | + * Fixed the interaction system teleport example not working while using the 2d fallback |
| 56 | + |
| 57 | + * Fixed RemoveAllListeners not removing all listeners |
| 58 | + |
| 59 | + * Various performance and garbage collection fixes |
| 60 | + |
| 61 | + * Fix for multipass breaking under scriptable render pipelines. |
| 62 | + |
| 63 | + * Fix for unnecessary preinit that was breaking some startup scenarios |
| 64 | + |
| 65 | + * Fix for incorrect reporting of eye position |
| 66 | + |
| 67 | + * Fix for broken depth textures in some situations |
| 68 | + |
| 69 | + * Fixed some scenarios where OpenGL wouldn't work. |
| 70 | + |
| 71 | + * Fix for projects that use binary serialization. (Settings file gets output on build now) |
| 72 | + |
| 73 | + * Better support for unicode app names and keys |
| 74 | + |
| 75 | + * Fix for some projects in linux not loading manifests properly. |
| 76 | + |
| 77 | + * Fixed a localization issue preventing some projects with unicode characters in the path from working. |
| 78 | + |
| 79 | + * Fixed the interaction system not handling the bow and arrow correctly under newer physics simulations |
| 80 | + |
38 | 81 | Changes for 2.7.3 |
39 | 82 | * Legacy VR Mode fix. #908 #901 |
40 | 83 |
|
|
0 commit comments