Skip to content

Tags: ModProg/steamvr_unity_plugin

Tags

2.7.3

Toggle 2.7.3's commit message
Legacy VR Fix v2.7.3

2.7.2

Toggle 2.7.2's commit message
2.7.2 - Unity XR crash refix

2.7.1

Toggle 2.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ValveSoftware#889 from ValveSoftware/beta

2.7.1 - Including tarball for Unity XR package. Lots of bug fixes.

2.7.0b

Toggle 2.7.0b's commit message
2.7.0b - Including tarball for Unity XR package. Lots of bug fixes.

 
Changes for 2.7.0

 * Updated sdk header to 1.14.15

 * Moved OpenVR Unity XR package to a tarball included in this project instead of NPM per Unity's new TOS.

 * Removing app key from binding files on build (fixes some scenarios where an indev binding file wouldn't apply to a released app)

 * Retargeted some DLLs to not cause issues on other platforms

 * Fixed an issue with some builds where the settings file wouldn't copy over properly.

 * Removed some resolution dialog recommendations for 2019+

 * Reworked the auto-enable-vr systems to be easier to manage in the future and cause less problems in the present.

 * Added initialPriority to SteamVR_ActivateActionSetOnLoad. Thanks for the pull request @shiena

 * Fixed ControllerButtonHints for URP, Thanks again for the pull request @shiena

 * Added RemoveAllListeners to each action type for easy delegate disposal. Thanks for the pull request @Extrys

 * Unity XR: Fix for laptops not always using the correct video card

 * Unity XR: Fixing IL2CPP issue with builds

 * Unity XR: Enabled user presence detection via the userPresence feature.

 * Unity XR: Temporary fix for Unity XR Settings reverting to defaults when users hit play in the editor and have the window open.

2.7.1RC

Toggle 2.7.1RC's commit message
Merge branch 'beta'

2.6.1

Toggle 2.6.1's commit message
Merge branch 'beta'

2.6.0b4

Toggle 2.6.0b4's commit message
2.6.0b4 - RC1 - Fixing auto unity xr plugin installation

2.6.0b3

Toggle 2.6.0b3's commit message
2.6.0b3 (sdk 1.13.10) - Upgrading to sdk 1.13.10

2.6.0b2

Toggle 2.6.0b2's commit message
2.6.0b2 (sdk 1.12.5) - Beta release version

2.6.0b1

Toggle 2.6.0b1's commit message
2.6.0b1 (sdk 1.11.11) - Adding Unity XR support, minor fixes