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
- Crash on UndoManager::Undo when undoing SpriteAtlas Compression value changes
- [Happy Harvest] #ThunderLabel text is "\u26C8" instead of "⛈"
- Warning “New Sprite Atlas: There is a mismatch in secondary textures of sprites compared to WhiteUnit, wasting texture space and potentially break draw call batching. Affected Sprites are (Flag)“ is thrown when packing Atlas with Sprite Atlas V2
- Sprite Editor dropdown text is cut-off for options with longer text
- Sprite Editor can't be scrolled horizontally using the trackpad gesture
Resolution Note:
Fixed by another internal issue: OXRB-238: [Android] [OpenXR] Editor enables “Force remove Internet” when the project is opened