Search Issue Tracker
Fixed
Votes
7
Found in [Package]
1.9.0
Issue ID
OXRB-238
Regression
No
[Android] [OpenXR] Editor enables “Force remove Internet” when the project is opened
Reproduction steps:
1. Open the attached project "ReproProj" with the Android platform
2. Open the “/Assets/Scenes/SampleScene.unity” Scene
3. Open Project Settings > OpenXR > Press “Cog” for Meta Quest Support
4. Uncheck the “Force remove Internet”
5. Save
6. Close Editor and open the project again
7. Check if “Force remove Internet” is still unticked
Expected result: “Force remove Internet” is unticked
Actual result: “Force remove Internet” is ticked
Reproducible with: 1.8.0 (2022.1.24f1), 1.8.2 (2021.3.29f1, 2022.3.7f1, 2023.1.9f1, 2023.2.0b5)
Could not test with: 1.7.0 (2022.1.24f1) (No “Force remove Internet” option)
Reproducible on: Windows 10 Enterprise 21H2
Not reproducible on: No other environment tested
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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
ryounger
Nov 07, 2023 15:09
That's true, but you also have to re-uncheck it every time you want to recompile. It's a pain, but I just leave the Meta Quest Support dialog open, and uncheck it after each code save.
MikleRe
Oct 06, 2023 07:43
I wan't to point out that using "build and run" re-enable the checkbox before building so the "<uses-permission android:name="android.permission.INTERNET" />" line is not present in the manifest of the apk. Doing a clean build seems to let the checkbox disable and the line is present afterward.