Unity 5.4.0 SteamVR 1.2.1 Util.cs error

Hello,

I’m running Unity 5.4.0f3 and SteamVR 1.2.1.

I did a web search without much help.

I just updated SteamVR to 1.2.1 but am seeing a compile error in the Util.cs file as such:

“Assets/SteamVR/InteractionSystem/Core/Scripts/Util.cs(538,33): error CS0119: Expression denotes a variable', where a method group’ was expected”

The specific line in Util.cs is:

action( value );

I know what the error means but correcting it has eluded me.

Any suggestions?

Thanks

J

Am I posting this in the correct forum?

Da bump

Fix it. If anyone has same issue pm me.

1 Like

Were you able to find a fix for this? I’m seeing the same thing with the SteamVR imported into Unity 5.6.1f1.

Not sure if anyone still needs help. What i did was change ‘action’ to action.action. Seemed to work but it could be a harmful hack for all i know

2 Likes