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
Comments (2)
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
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.