Forum Discussion
PuffyFluff
4 years agoProtege
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...
- 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.
bubbafoo
4 years agoExplorer
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.
PuffyFluff
4 years agoProtege
Yes that is how I did get it solved, thx.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 2 years ago
- 4 years ago
- 1 year ago