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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
Resolution Note:
Fixed by another internal issue: OXRB-238: [Android] [OpenXR] Editor enables “Force remove Internet” when the project is opened