Vivecraft

Vivecraft

5M Downloads

When holding a lead in seated or NULLVR mode, the lead attaches directly to the user's face.

Andy608 opened this issue ยท 2 comments

commented

Talked with @fayer3 about this in the dev discord. Posting an issue here so the bug is tracked.

commented

From our convo, the issue originates in this file:

return ClientDataHolderVR.getInstance().vrPlayer.vrdata_world_render.getController(0).getPosition();

commented

Changing the return to what Fayer3 suggested: return RenderHelper.getControllerRenderPos(0); fixes the issue for me locally.