I am using Unreal Engine 5.4.4 with the MetaXR plugin v66, and I also
tried v71 with the same result.I want to have some objects anchored in
the room, and I want to interact with them using a pointer attached to
the controller.To do that, I am using ...
Hi there,I'm trying to use MetaXR anchors for my current project. I
previously used Unreal 5.1 with PCVR and I could create, save and reload
anchors.I am now trying to do the same in an Unreal 5.4 standalone
project.My problem is that when I save the...
Well... I found it!There were two problems in what I made:- First, the
spawned actor needs to have a component "OculusXRSpatialAnchor". This is
not clearely written in the documentation, I thought that the MetaXR
methods did that automatically.- Seco...