ViveSoftware / ViveInputUtility-Unity

A toolkit that helps developing/prototyping VR apps.
http://u3d.as/uF7
Other
352 stars 82 forks source link

'SteamVR_Input' does not contain a definition for 'OnNonVisualActionsUpdated' #92

Closed Marskod closed 5 years ago

Marskod commented 5 years ago

When importing VIU after importing SteamVR I get the following errors:

error CS0117: 'SteamVR_Input' does not contain a definition for 'OnPosesUpdated' error CS0117: 'SteamVR_Input' does not contain a definition for 'OnNonVisualActionsUpdated' error CS0117: 'SteamVR_Input' does not contain a definition for 'OnPosesUpdated' error CS0117: 'SteamVR_Input' does not contain a definition for 'OnNonVisualActionsUpdated'

Any idea how to fix this?

Marskod commented 5 years ago

I should mention I'm using SteamVR 2.2.0, and the latest version of VIU

Marskod commented 5 years ago

Solved, had to downgrade SteamVR to 2.0.1. The first few times I imported it, but if you just re-import it 3-4 times it will start working again.