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
- Margins of TMP GameObjects become the same when both are selected
- Tile Palette 'Z Position' value changes/reverts to the previous value when hovering in the Scene
- Creating a Grid in the scene and then deleting it removes the default Grid
- Default Tile Palette layout cuts of the part of Tile Palette preview
- Editor crashes when specifying BuildOptions.DetailedBuildReport and building a player with a lot of assets
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.