truefranco / MetaXRv65

Just a quick temporary update to MetaXR for Unreal 5.4.2 Until Oculus release the Official
12 stars 2 forks source link

OculusXrSceneSubsystem.cpp fails to compile... #3

Open ImagineTheGames opened 4 months ago

ImagineTheGames commented 4 months ago

LogPlayLevel: UAT: [116/120] Compile [arm64] OculusXRSceneSubsystem.cpp LogPlayLevel: Error: UAT: D:/ImagineGames_Workspaces/Rei_R18_ProjectREI_5829/ProjectRei/Plugins/MetaXR/Source/OculusXRScene/Private/OculusXRSceneSubsystem.cpp(3,9): error: #pragma once in main file [-Werror,-Wpragma-once-outside-header] LogPlayLevel: UAT: #pragma once

truefranco commented 4 months ago

I could not reproduce that error on my side. I even load the Scene example from Oculus , package it and run on my Quest 3 without any issue. Are you using the binaries or the source ?

ImagineTheGames commented 4 months ago

Binary 5.4.2

truefranco commented 4 months ago

Put the files inside your engine installation not your project. Engine/Plugins/Marketplace

ImagineTheGames commented 4 months ago

do we also need to add the modules to our project's build.cs?

krlsmnk commented 3 months ago

Where are the binaries for v65 (5.4.2)? I only see the source on the release page.

ImagineTheGames commented 3 months ago

Where are the binaries for v65 (5.4.2)? I only see the source on the release page.

you would create the binaries from the source provided... so after compiling you will have binaries. They normally are not provided in source control (github/etc.)

krlsmnk commented 3 months ago

I only ask because he's posted binaries for the older versions.

truefranco commented 3 months ago

Binaries are right here

Capture