I am using Unity 6.0000.28f. I have a VR app that I build for Vision Pro and Quest 2. Everything works fine on Vision Pro. My issue is on Quest 2 only.
I used Android Studio to open the .apk file and look at the AndroidManifest.xml file.
I did NOT see the INTERNET permission in there.
I went back to the Unity project settings and see that Internet was set to Auto.
I changed it to Required and built the app again.
Before running it I checked the .apk file again and still no INTERNET permission.
So I created an AndroidManifest.xml file using the custom main manifest option in Unity. I then opened the AndroidManifest.xml file in the plugins/android folder and added this line:
You are awesome. I wasn’t adding Meta or Quest to my google searches because it did not occur to me that would have anything to do with it. It seemed more like a generic networking or Unity issue.
Thank you a ton!
That made it so that the INTERNET permission is now in the final apk.
I will have to test this fix later when I am back at the other office.
I am curious why they have such a setting. Is it because the internet is always there anyway?
I am hopeful this will fix it, but not sure because it seems like maybe the Quest always has internet access and maybe this is still a bug in Unity.
I have no idea what the 1.9.1 versus 1.13.1 is. 1.9.1 isn’t even shown anywhere that I can find in Unity.
It does seem like I have the 1.9.1 that you are talking about simply because the latest “version” inside that image you posted from the website is 1.13. But I really don’t know if that is a true statement.
The setting for force remove is made on purpose, but there was an issue, that it was reenabled after Editor restart. I was referring that one was fixed in 1.9 versions. You’re on a newer, so should contain the fix as well
I see. You were talking about a bug that would reenable that checkbox when you restarted the editor.
I didn’t catch that part. I thought you said some bug related to that checkbox being there at all or its default value.
I can confirm that when I open the editor again the checkbox remains unchecked as I set it.
Sorry for the confusion.
PS The versioning still confuses me a bit because 1.9.x doesn’t seem to show up in the editor package manager anywhere that I can find. Not sure what the 1.9.x version is versus the 1.13.x version. Not important, but just confusing.
For some reason I thought your image was showing 1.9.1 and the things in the list were some kind of sub version. Now I see 1.9.1 was the selected version and the list was the other versions.