Hi,
Total newbie here.
When I make a scene using the SteamVR Plugin I can’t see the controllers when in the headset.
Have tried the example scripts still nothing.
Any ideas?
Thanks
Hi,
Total newbie here.
When I make a scene using the SteamVR Plugin I can’t see the controllers when in the headset.
Have tried the example scripts still nothing.
Any ideas?
Thanks
Hi @GriffinRob – if you’re using unity 5.6 there is a bug, where the controllers don’t show up / work correctly. You need to manually add the SteamVR script called ‘SteamVR_UpdatePoses’ to the ‘Camera (eye)’ GameObject to fix this issue.
// WildStyle
Thanks a lot that worked.