12 Replies
You mean this :
Stack Overflow
What permission do I need to access Internet from an Android applic...
I get the following Exception running my app:
java.net.SocketException: Permission denied (maybe missing INTERNET permission)
How do I solve the missing permission problem?
the oculus plugin has a remove internet permission check box for single player games
you can add a custom manifest to make sure it's still there
Unity Forum
Resolved - Unity removes "android.permission.INTERNET" in the build...
Hi, I am building a TCP Client VR application that is being deployed to the Meta Quest Pro. Initially I was getting a SocketException of Access Denied...
I updated my manifest with this :<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> but not success on it .
@Mechabit In mine option is not there. I think due to openXR version .
it's the 3rd tick box
Got it . Thank You . Checking in meta quest .
@Mechabit I did it but not working .Am i missing something ?
dunno, check your router
I changed Unity version on lower . It fix issue . But voice chat is not working .