MetaXR Plugin for Unreal Engine 5.2
Curious to know general ETA on plugin support for unreal engines 5.2? Have been using 5.2 binary release for a bit, but i haven't seen any info in git or forums about MetaXR official support. Have been using the 5.1 compatible plugin (v53) in the meantime with some minor tweaks so it compiles for UE5.2, but it's not a long-term solution. Any info would be helpful. Thanks!5.3KViews12likes7CommentsMetahuman crashes Unreal Engine in VR Preview for Quest 3
Hello, Maybe someone had this problem with metahuman and have found a solution? 1. I have a scene that is working on Quest3 build and also in VR Preview mode. 2. I've downloaded and added metahuman I've created. 3. I've enabled all the necessary plugins and compiled shaders. 4. I've dragged downloaded metahuman blueprint into the scene. 5. I'm running VR Preview and then Unreal Engine crashes* *When i package game for Quest3 and run from device it works. EDIT: I'm using UE 5.3.2 and MetaXR v60 Last log entries [2023.12.29-10.11.28:819][277]LogOnline: OSS: Created online subsystem instance for: :Context_2 [2023.12.29-10.11.28:859][277]LogSlate: New Slate User Created. Platform User Id 8, User Index 8, Is Virtual User: 1 [2023.12.29-10.11.28:862][277]LogSlate: Slate User Registered. User Index 8, Is Virtual User: 1 [2023.12.29-10.11.28:889][277]vr.PixelDensity = "1" [2023.12.29-10.11.28:894][277]PIE: Server logged in [2023.12.29-10.11.28:896][277]PIE: Play in editor total start time 0,422 seconds. [2023.12.29-10.11.28:899][277]LogWindows: WindowsPlatformFeatures enabled [2023.12.29-10.11.28:948][277]LogRenderer: Warning: Resizing VR buffer to 4128 by 2240 [2023.12.29-10.11.28:960][277]LogHMD: Allocating Oculus 4128 x 2240 depth rendertarget swapchain [2023.12.29-10.11.29:011][277]LogWindows: Error: appError called: Assertion failed: !EnumHasAnyFlags(TextureDesc.Flags, ETextureCreateFlags::RenderTargetable | ETextureCreateFlags::ResolveTargetable) [File:D:\build\++UE5\Sync\Engine\Source\Runtime\D3D12RHI\Private\D3D12Texture.cpp] [Line: 529] [2023.12.29-10.11.29:011][277]LogWindows: Windows GetLastError: The operation completed successfully. (0) callstack from crash: UnrealEditor_D3D12RHI UnrealEditor_RenderCore UnrealEditor_RenderCore UnrealEditor_RenderCore UnrealEditor_Renderer UnrealEditor_Renderer UnrealEditor_Renderer UnrealEditor_Renderer UnrealEditor_Core UnrealEditor_Core UnrealEditor_RenderCore UnrealEditor_RenderCore UnrealEditor_Core UnrealEditor_Core kernel32 ntdll I'll try to install debugging symbols for engine and test again4.8KViews0likes4CommentsUnreal Engine github version not compatible with MetaXRPlatform plugin.
Hello, I'm sure I've done something wrong or missed something, but I'm trying to get my entitlement check working and I'm having a heck of a time. A bit of background: I've downloaded and compiled the latest Unreal Engine github fork I've built my project and it works and everything is compiling and happy I made a Game Instance blueprint I've tried to drag out an Entitlement pin, and Unreal Engine finds nothing. When I download the MetaXRPlatform (Version 65.0) The Engine starts up with this error: The 'OculusPlatform' plugin was designed for build 5.3.0. Attempt to load it anyway? and when I press Yes it gives me another error: The following modules are missing or built with a different engine version: OVRPlatform Engine modules cannot be compiled at runtime. Please build through your IDE. Do I need to compile something else somewhere? Please help! JPSolved4.6KViews0likes8CommentsThe eye tracking is only work when first time open the Unreal Engine
I used the VR Preview to debug my eye-tracking project, yes, it works with the blueprints (when I first time open the project): and I print the state of eye tracking data, it is true: But this time I end the VR Preview, and I preview the project next time, the state of the eye-tracking is False. And of course I can't receive any gaze data. And I reopen the project, it will repeat the previous steps. It means each time I want to debug with eye tracking system, I should restart my Unreal Engine. Why it only works when the first preview after my project opened? the Unreal Engine is 5.1.1, the Integration is v54. I'm using Quest Link( Using cable to streaming ). I copied my project to another computer it has the same problem.2KViews0likes6CommentsMetaXR plugin broken in Unreal Engine 5.4
The MetaXR plugin is broken for the latest on ue5-main branch (commit 7b00eca). Some part of the core VR integration was changed by Epic. Even though it should all be going through OpenXR. A beta MetaXR plugin for UE 5.4 would be nice.Solved9.1KViews3likes15CommentsHow to visualize Room Scan mesh in my app?
Hola! I really love how it looks the "low poly" mesh that appears when you scan your room. I successfully scan the room from inside my app created with UE 5.3 and using the fantastic MR Utility Kit I would like to be able make visible all the "low poly" mesh that covers the walls and surfaces inside my app. Any tips how I can show it using blueprints? Thanks a lot!1KViews1like2Comments