Hello, I am using a simple UnityWebRequest to retrieve json data for my app. It works with my hololens, ipad, and android galaxy s7, but for some reason I get an unknown error with the quest.
I just get an unknown error. I imported the oculus sdk, made sure the oculus was connected to the network. Is there a permission I need to set somewhere since it is an unknown source? Anything I could try? I am using unity 2018.3.2f1
The internet permission is getting removed by unity builds for XR in latest LTS and its really irritating as it prevents apps from working. This has been mentioned by many users in the last 2 weeks, why is this still an issue? Please can somebody respond with what is going on regarding it?
Try using webrequests in a build using latest LTS and interaction toolkit that targets vive or pico for example, and see what happens. It removes the internet permission
We are also seeing this issue. We untick “forceRemoveInternetPermission”, but it keeps getting automatically reset back to true. Every time we do a local build, all web requests fail.
Hey guys, I’ve been having the same problem and unticking “forceRemoveInternetPermission” did work for me! TJust make sure that when doing the build it didn’t reset back to true (don’t now why it does that).
It’s worth mentioning that you also need these 2 lines on your manifest: