Search Issue Tracker
Fixed
Votes
0
Found in [Package]
1.8.2
Issue ID
OXRB-257
Regression
No
[OpenXR] The "Force Remove Internet Permission" setting is applied even when Meta Quest Support is disabled
Reproduction steps:
1. Open the attached project "ReproProj" with Android platform
2. Open the “/Assets/Scenes/SampleScene.unity” Scene
3. In Edit > Project Settings under Other Settings set Internet Access to Require
4. In Edit > Project Settings > OpenXR > Android tab disable Meta Quest Support
5. Observe that when you click the cog icon next to Meta Quest Support, there’s Force Remove Internet Permission selected
6. In File > Build Settings, select Export Project
7. Click Export
8. Open /your export folder/unityLibrary/src/main/AndroidManifest.xml
9. Search for “<uses-permission android:name="android.permission.INTERNET" />“ line
Expected result: “<uses-permission android:name="android.permission.INTERNET" is found and the Player has online access
Actual result: Line “<uses-permission android:name="android.permission.INTERNET" is not found
Reproducible with: 1.8.0 (2022.2.21f1), 1.8.2 (2021.3.30f1, 2022.3.9f1, 2023.1.13f1, 2023.2.0b9, 2023.3.0a5)
Reproducible on: Windows 10 Enterprise 21H2
Not reproducible on: No other environment tested
Notes:
- The workaround for now is to disable this checkbox in the Meta Quest Support "settings" popup (cog icon to the right of the checkbox), even though Oculus Quest Support is disabled
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- SSGI + DLSS looks very bad
- Building 3D Sample Scenes (URP) Project fails
- Alpha channel is disabled when Alpha Clip Threshold is set to 0
- The Physics 2D Profiler module does not display the information about processed physics in the scene when profiling the application as a Development Build
- A Script Component that has a serialized custom class is not detecting changes in the first boolean variable when entering the Play mode with the Script Components GameObject opened in the Inspector
Resolution Note:
Fixed by another internal issue: OXRB-238: [Android] [OpenXR] Editor enables “Force remove Internet” when the project is opened