현재 환경이 Unity의 자동 프록시 설정 기능과 호환 가능한 경우 클라이언트 컴퓨터가 이를 사용할 수 있도록 설정되어야 합니다.
웹 프록시를 통한 Unity 사용의 솔루션을 검토하여 현재 환경이 Unity의 자동 프록시 설정 기능을 지원하는지 확인하십시오.
Unity의 자동 프록시 설정 기능을 직접 활성화하든, 더 확장성이 뛰어난 방법을 사용하든 관계 없이 클라이언트 컴퓨터를 다음과 같이 설정해야 합니다.
다음 디렉토리가 클라이언트 컴퓨터에 있는지 확인하고, 누락된 경우 생성합니다.
C:\ProgramData\Unity\config
/Library/Application\ Support/Unity/config
이전 단계의 디렉토리가 services-config.json
파일을 포함하는지 확인하고, 누락된 경우 생성합니다.
"enableProxyAutoconfig"
키를 파일에 추가하고 true
값을 할당합니다. 파일을 만들 때는 다음 예시와 유사하게 만들어야 합니다.
{
"enableProxyAutoconfig": true
}
services-config.json
파일을 저장합니다.
자동 프록시 설정을 활성화하면, Unity 애플리케이션은 조직의 웹 프록시가 인증을 필요로 하는 경우 저장된 사용자 자격 증명을 찾습니다. 자격 증명이 저장되지 않았거나 올바르지 않은 경우 다음과 같은 문제가 발생합니다.
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.