How can I create simple cross pointer for Google cardboard application?
I tried to follow non-VR tutorial, but had no luck – I just got crosshair in the middle of FULL screen i.e. right beetween left and right panels.
How can I create simple cross pointer for Google cardboard application?
I tried to follow non-VR tutorial, but had no luck – I just got crosshair in the middle of FULL screen i.e. right beetween left and right panels.
As a general rule try to avoid sticking anything right in front of the player’s eyes in vr.
You could add a billboard component in the player blueprint under the camera in the hierarchy. then just pull it out a few feet in front of the camera.
That’s pretty easy, but it’s distracting if you leave it a fixed location and it will disappear if you get too close to stuff.
(billboards are ‘hidden in game’ by default so change that)
I would Linetrace out from the camera and stick your crosshairs at the end of the line trace or at the hit point if there is one.