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
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
- “ArgumentOutOfRangeException” after saving, reseting and re-add Default Tile Palette Tools to the list in Preferences window
Resolution Note:
Fixed by another internal issue: OXRB-238: [Android] [OpenXR] Editor enables “Force remove Internet” when the project is opened