허브를 이용하지 않고 오프라인으로 Unity 설치하기
Unity Download Assistant는 오프라인 배포를 지원합니다. 이를 통해 Unity를 설치하는 데 필요한 모든 파일을 다운로드하고, 동일한 설치를 다른 컴퓨터에서 인터넷에 접속하지 않고 반복하는 스크립트를 생성할 수 있습니다.
다운로드 Assistant를 실행하고, Unity를 컴퓨터 한 대에 일반적인 방식으로 설치합니다. 이 컴퓨터에는 모든 파일을 다운로드할 충분한 디스크 공백이 있어야 합니다. 드롭다운을 클릭하고 Custom 을 선택한 다음 파일을 다운로드할 위치를 선택합니다.
PC의 파일 관리자를 열고, 앞에서 지정한 커스텀 위치 폴더로 이동하고, 해당 폴더 안에서 .sh
또는 .bat
파일을 찾습니다. 이 파일의 콘텐츠를 확인합니다. 다음 예와 비슷합니다.
.bat
파일을 실행합니다.install.bat
를 관리자 셸에서 실행합니다. Start 메뉴에서 cmd.exe
를 검색하고 오른쪽 마우스 단추를 클릭하고 Run as administrator 를 선택합니다.cd C:\\Users\\[YourName]\\Download\\UnityPackages
)에 있습니다..sh
파일을 실행합니다.
sudo install.sh
를 실행합니다.cd ~/Downloads/UnityPackages
)에 있습니다.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.