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
-
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
- 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-247: MetaQuestSupport.forceRemoveInternetPermission needs public API