Forum Discussion
VJ76
6 years agoProtege
Error after upgrading from unity 2019.1.13f1 to 2019.2.5f1
I'm working on a quest vr project, and i'm using Oculus Intergration 1.38 Recently i have updated the project to the latest unity version. But after a build i get the following error. I tried to ...
Anonymous
6 years agoIt's a bug in Oculus Android package.
You can get a hint looking into the OculusBuildProcessor.cs script in the package. Cached in Library/PackageCache/com.unity.xr.oculus.android@X.XX.X\Editor
Check the line you get in the error's call stack. In your case it's OculusBuildProcessor.cs:130
It can't handle required attributes like:
<meta-data android:name="com.samsung.android.vr.application.mode" android:value="vr_only"/>
android:launchMode="singleTask"
android:resizeableActivity="false"
You can safely remove these attributes because these will be added automatically. The one that caused problems for me (no idea why) was vr_only meta-data.
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
- 9 months ago
- 9 months ago