ValveSoftware/unity-xr-plugin

No controllers or input in 2019.4

Mouledoux opened this issue · 3 comments

SteamVR Controllers are not appearing in builds, and no input is being relayed
Both in Legacy VR, and Unity XR
LWRP, and default rendering

I'm having a similar issue, but only if I launch the game from desktop, with Steam VR being OFF. If Steam VR is ON, the game works fine and controllers are visible in the game. Could you confirm if that's also the way it work for you?

@PioZurID
Yes, my issue was also resolved here [https://github.com/ValveSoftware/steamvr_unity_plugin/issues/947]
SteamVR needs to be on for the controllers, and should normally launch itself if your project has VR.
Check your SteamVR_Settings.asset in SteamVR>Resources
There's an "Auto Enable VR" option that when on, will start SteamVR automatically on launch.

Thanks for your answer! My project has been configured like this. Strangely enough, the problem disappeared when I did integrity check of the Steam VR files. No new version was downloaded, but some files couldn't be verified. After redownloading them, all is fixed. Thank you!