Search Issue Tracker
Fixed
Fixed in 1.9.1
Votes
16
Found in [Package]
1.8.2
Issue ID
OXRB-252
Regression
No
[OpenXR] Option ForceRemoveInternetPermission is enabled by default when the OpenXR package is added
Reproduction steps:
1. Open the attached project "ReproProj"
2. Open the “/Assets/Scenes/SampleScene.unity” Scene
3. In Edit > Project Settings > OpenXR > Android tab click on the cog icon next to Meta Quest Support
Expected result: “Force Remove Internet Permission” is not selected
Actual result: “Force Remove Internet Permission” is selected by default
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
Comments (5)
-
akatukigyou
Mar 19, 2024 02:09
この不具合のために1日消費しました
不要な仕様です、気づくことができない -
Mograine
Oct 29, 2023 15:17
Thanks for the quick fix !
-
Mograine
Oct 22, 2023 16:17
Even if you use a "Custom main manifest", Unity will remove the "android.permission.INTERNET" line from it. The whole point of having a custom manifest is that Unity does not mess with it in the first place.
This is a major bug as it prevent any game with internet access requirement to properly build.
-
AntonieB
Oct 22, 2023 10:04
I have to say this is pretty annoying...
-
kblood
Oct 18, 2023 09:18
Not only is it enabled by default, it keeps reenabling itself and seems to make it completely impossible to make UnityWebRequests or even using other methods of making HTTPS calls.
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 GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
Resolution Note:
Fixed by another internal issue: OXRB-247: MetaQuestSupport.forceRemoveInternetPermission needs public API