I recently converted my 5.3 VR project to 5.4 and packaged for android without issues almost immediately.
VR recenter delegate has been fixed in 5.4 which got me excited for publishing, however there is a new issue.
The virtual keyboard does not appear (quest 2) when clicking a text box. This has never been an issue previously and I was wondering if anyone has a fix for it. So far my every attempt failed.
I have the same issue. Trying to use the old way with ManifestRequirementsOverride (Virtual Keyboard Quest 2, UE5.1) messes up with android permissions so Im stuck to. If you have a solution, please post it for us! Cheers
You’ll have to compile either 5.5 and cherry pick the fix, or compile UE5/Main from source. The other two options are to wait until 5.6 is released, or use the MetaXR plugin as the plugin will add the required Android Manifest line that enables their custom virtual keyboard.