Discovered anchors are placed at (0,0,0)
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 anchor, and I reload it with its UUID, it spawns at (0,0,0). Using the logcat from Android Studio, I found out that there were two errors, one pretty seamingless : SP:AF:AnchorFramework: getAnchorUuid can't find anchor for handle 4 And the second one, which I think is the real problem : [XRCMD][failure] [XR_ERROR_SPACE_COMPONENT_NOT_ENABLED_FB]: xrLocateSpace(*(XrSpace*)space, baseSpace, ToXrTime(GetTimeInSeconds()), &spaceLocation), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:13440 (arvr\\projects\\integrations\\OVRPlugin\\Src\Util/CompositorOpenXR.h:317 My blueprint is ugly right now, but here is how I discover and save anchors :Solved1.2KViews1like2CommentsHand tracking widget interact through direct touch
Hi! I am new to VR development and im really struggling to find those trivial solutions. Sorry about my ignorance but i would like to know how can i interact with widgets interfaces in Unreal Engine. I already have a sample project with leap, grab, button and all set but widget interaction. My goal is to create a custom keyboard with some specifc functionalities. If anyone can help me i would appreciate a lot! thank you!1.2KViews1like2CommentsUnreal Spacial Anchor Sample not working as expected
Hello, I am trying to get the unreal spacial anchor sample to work (https://github.com/oculus-samples/Unreal-SpatialAnchorsSample). But there happens to be a strange bug, which always sets my created marker on the position 0,0,0 in the level right after I created one and not on the position where it should appear. (see Image below) Everything else seems to work fine, I can save and load the markers, but they always appear at the same position. I already checked if the position gets set correctly, when spawning the spatial model, which is the case but after the Blueprint Node "Oculus XR Async Create Spatial Anchor" (which succeeds) the position reset happens and I also cant set it back again. Has anyone any Idea why this happens? Does this only happen to me? I am using Unreal Engine 5.3.2 and have the Meta XR Plugin v60 installed. I am also not getting following errors in the console: I am also getting the following errors in the console: LogOVRPlugin: Error: [XRCMD][failure] [XR_ERROR_HANDLE_INVALID]: xrLocateSpace(*(XrSpace*)space, baseSpace, ToXrTime(GetTimeInSeconds()), &spaceLocation), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:11833 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:302) LogOVRPlugin: Error: [XRCMD][failure] [XR_ERROR_HANDLE_INVALID]: xrLocateSpace(*(XrSpace*)space, baseSpace, ToXrTime(GetTimeInSeconds()), &spaceLocation), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:11833 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:302) Thanks in advance for your help622Views0likes0Comments