Apologies if this is a silly issue (been a long time since I did Unity dev and haven't done any standalone C# dev)
When I open the project in Unity to launch the ExampleContent scene I get the error:
Assets/SteamVR/Scripts/SteamVR_Render.cs(349,17): error CS0246: The type or namespace name `SteamVR_UpdatePoses' could not be found. Are you missing a using directive or an assembly reference?
EDIT: I'm running Unity 5.4.0f3, seems this repo only works with 5.3?
Apologies if this is a silly issue (been a long time since I did Unity dev and haven't done any standalone C# dev)
When I open the project in Unity to launch the ExampleContent scene I get the error:
EDIT: I'm running Unity 5.4.0f3, seems this repo only works with 5.3?