generated from pancake-llc/package
-
Notifications
You must be signed in to change notification settings - Fork 17
Know Problem
yenmoc edited this page May 27, 2023
·
5 revisions
https://github.com/googlesamples/unity-jar-resolver/issues/412
- For quick fix, you can install "iOS Build Support" module from Unity Hub. That fixes the issue.
-
Non-secure network connections disabled in Player Settings
- at UnityWebRequestAsyncOperation UnityEngine.Networking.UnityWebRequest.SendWebRequest()
-
InvalidOperationException: Insecure connection not allowed
- System.InvalidOperationException: Insecure connection not allowed UnityWebRequestAsyncOperation UnityEngine.Networking.UnityWebRequest.SendWebRequest()
Open Project Setting
> Player
> Oher Setting
> Allow downloads over HTTP
Change value from Not allowed
to Allowed in development builds