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
- Alpha channel is disabled when Alpha Clip Threshold is set to 0
- The Physics 2D Profiler module does not display the information about processed physics in the scene when profiling the application as a Development Build
- A Script Component that has a serialized custom class is not detecting changes in the first boolean variable when entering the Play mode with the Script Components GameObject opened in the Inspector
- “SendMessage cannot be called during Awake“ warnings appear when loading a scene with “LoadSceneAsync“ if using UI Toolkit in the scene
- Audio Source Spatial Blend value gets set to 1 in the WebGL Player when the Spatial Blend value is bigger than 0
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.