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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.