Hi there, basically I’m doing a VR game without VR template because I think is too confusing to start with vr, I have the problem that when I lock my camera to the Head Mounted Display is too high and I can’t reach things and that all stuff, I triead to Set Tracking Origin to Floor but still too high, Any help is aprecciated
Hey @Froi_6567 !
I think you should try by adjusting the level of your Pawn manually in your VR Pawn Blueprint. You can do it by adding the node “Add World Offset” to your Scene Root Component after the “Begin Play” event, and setting the Z value to a negative number like -30 or -40 (that should be enough).
This issue could happen because different VR calibrate floor level differently, so even with Floor Level selected you might need that manual adjustment.
Let me know if that worked!