Getting menu to appear in front of player in VR

I need a little help. I’m trying to get my 3d widget to appear in front of the player, the problem I am having, is no matter what i use as a reference the menu always spawns at the same static location which is to the right of the player, but if I turn it still spawns in that location, like if I turn left the menu is now behind the player

Also I’m getting a database error when trying to upload a screenshot to this post…

http://imgur.com/46fOThd

Don’t forget “Get Position & Orientation” are in Local Space, so if you Vr Camera is Attached to “Scene” , you need to convert Location and Direction to world space to get the correct values .

Here is a solution ( But I didn’t test in VR):

1 Like

Thanks it worked like a charm!