In case anyone was wondering, I managed to package with UE 5.4 using the steps in this guide.
The app runs and seems to be stable.
The only hiccup is that the virtual keyboard does not appear when clicking a text box (on a quest 2). Not sure what causes the this as I never had this issue before.
I did already have the manifestoverride in place.
I donât have Requires system keyboard enabled for 5.3.2 and yet the packaged app has the virtual keyboard
I guess Iâll have to wait for the MetaXR plugin for 5.4.
Thanks for the info nonetheless!
Hi Iâm running into an issue where i am able to build and package the vr template project into my meta quest pro without a problem. However, when I run vr preview on my computer with live link enabled, it doesnât seem to connect to the live link. I can hear audio but it renders the vr preview as though it were on the desktop rather than rendering it virtual space in my headset. For reference this is what I see in vr:
just a note, I did a full clean Windows install and did exactly as mentioned here, and I got a fail in the andriod.bat file on the UE5 to install directory, and when building an APK I ran into an unknown build error, without an error code.
the failure on the andriod.bat file is
Warning: Errors during XML parse:
Warning: Additionally, the fallback loader failed to parse the XML.
everything else was a success.
and the build error was,
that I copied the MetaXR and MetaXRPlatform plugins into the UE5 installed plugins folder which led me to the unknown error,
Once I put those plugins into the Project folder that I created the build was a success.
so can someone tell me what that XML parse error is and why canât I put those 2 plugins into the UE5 install location so that I donât have to copy them to the project folder every time I create a project?