Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
PuffyFluff's avatar
PuffyFluff
Protege
4 years ago
Solved

Oculus App Lab / not input-focus aware

I am using Unreal Engine 4.25.4 and am trying to submit my build to the Oculus Developer portal for Abb Lab. When I try to upload a build, it tells me "The focus aware manifest meta-data tag must be...
  • bubbafoo's avatar
    4 years ago

    The documentation isn't as detailed as it could be. The option for "Focus Aware" is in the UE 4.26.2 oculus release branch. 

     

    I don't know if it works, but you could try going to "Project Settings>Platforms>Android>Advanced APK Packaging" and add the suggested line to the Activity tag yourself.

     

    <meta-data android:name="com.oculus.vr.focusaware" android:value="true"/>

     

    BTW. I came here looking for a fix for my own issues with handling dash/menu overlays. It turned out that following the advice to enable the new universal menu didn't work for my headset. The game works as expected if you don't enable it.