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
-
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
- Undoing the branch rotation resets only wireframe and not mesh when undoing the action first time after launching the project
- Asset Bundles retain their previous hash and CRC values when an object within a bundle is changed and rebuilt
- APV Reflection Probe Normalization breaks when SSGI is enabled
- Default Custom Components in project have Library counterparts
- [iOS]"The destination host has an erroneous SSL certificate" error is thrown when using UnityWebRequest to connect to the server with a self-signed certificate
Resolution Note:
Fixed by another internal issue: OXRB-247: MetaQuestSupport.forceRemoveInternetPermission needs public API