05-15-2024 10:12 PM
Hello everyone,
The newest Meta XR plugin just dropped for 5.3.2, and I have a serious issue that is preventing me with publishing.
My app has been finished for a while now, but I couldn't publish as I am unable to pass VRC requirement 9.
That is the requirement to recenter on pressing the home button.
Now in Unreal Engine, the home button is not mappable and recenter was done through VRNotification delegates.
These delegates are broken in 5.3.2, which was confirmed by UE developers
https://forums.unrealengine.com/t/recenter-event/747484/15
My understanding is that currently due to this issue, that is not going to be fixed in 5.3.2, publishing is not possible in this engine version.
In UE 5.4 delegates are fixed and work as they should, but now the virtual keyboard is broken and there is no Meta XR plugin released yet.
https://forums.unrealengine.com/t/ue-5-4-virtual-keyboard-issue/1844588/2
Does anyone have any input, advice on this?
05-19-2024 12:02 AM
Would there be a way to decompress the apk and modify the inputs there to add Oculus Long home press input for recenter?.
I've just learned that steamvr has even more inputs exposed for Oculus Touch, for example the thumbrest touch. Would be great if there was a way to use these!