Non-secure network connections disabled in Player Settings
UnityEngine.Networking.UnityWebRequest:Send ()
InvalidOperationException: Insecure connection not allowed
UnityEngine.Networking.UnityWebRequest.SendWebRequest ()
WebRequest를 사용하는데 위와 같은 에러가 나오는 경우 HTTP Download 권한이 막혀 있어서 생기는 에러임
유니티 에디터 Project Setting - Player - Other Settings - Configuration에서 설정 변경 가능
Allow downloads over HTTP를 Always allowed 또는 Allowed in development builds(빌드시에만 허용)로 변경
*Always Allowed로 선택하면 보안 관련 경고 문구가 나옴
변경 하고 나면 정상 작동
'툴 > 유니티' 카테고리의 다른 글
RGBA Texture Packing 텍스쳐 패킹 (Unity유니티 HDRP) (2) | 2024.01.04 |
---|---|
유니티 C# JSON 파싱 / LitJson (2) | 2023.11.25 |
개발 할 때 바탕화면 한글 경로 문제(바탕화면을 영문 Desktop으로 변경하기) (1) | 2023.10.16 |
Unity + Azure Kinect Body Tracking 애저키넥트 바디트래킹 (2) | 2023.08.02 |
MIDI Out C# 스크립트, 비주얼 스크립팅으로 호출 (0) | 2023.07.20 |