민여위-

[UE4] 언리얼엔진4 설치 및 빌드 본문

Tech

[UE4] 언리얼엔진4 설치 및 빌드

꿀땡이 2021. 8. 20. 21:55
728x90
반응형

1. Github 사이트 접속

https://github.com/

 

GitHub: Where the world builds software

GitHub is where over 65 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat...

github.com

 

2. Github에서 Epic Games 검색해서 아래 repo 클릭

https://github.com/EpicGames/Signup

 

GitHub - EpicGames/Signup: Information about signing up for a free Epic Games account, and getting access to UnrealEngine source

Information about signing up for a free Epic Games account, and getting access to UnrealEngine source code. - GitHub - EpicGames/Signup: Information about signing up for a free Epic Games account, ...

github.com

 

3. EpicGames 가입 및 Github 계정 연결

- EpicGames 로그인 후 우측 상단 프로필 클릭 - 연결 - 계정 - Github 연결

- 이메일로 온 인증 완료 후 https://github.com/EpicGames/UnrealEngine repo로 접근

 

4. UnrealEngine repo에서 Download zip 후 압축해제

- 되도록 SSD에서 하는 것이 좋음.

 

5. UnrealEngine 설치를 위해 Setup 파일 우클릭 - 관리자 권한 실행

6. VisualStudio 2017 이상 버전 설치

- https://visualstudio.microsoft.com/ko/

 

Visual Studio IDE, 코드 편집기, Azure DevOps 및 App Center - Visual Studio

Visual Studio 개발 도구 및 서비스를 통해 플랫폼과 언어를 쉽게 개발할 수 있습니다.Mac 및 Windows 코드 편집기, IDE 또는 Azure DevOps를 무료로 사용해 보세요.

visualstudio.microsoft.com

 

7. GenerateProjectFiles 우클릭 - 관리자 권한 실행

- 실행 완료되면 UE4 프로젝트 파일이 생김

- 예제 파일을 다운받으려면 EpicGames 런처를 설치해서 그걸 통해 받으면 된다.

 

8. UE4 솔루션 파일 실행

- Engine-UE4 시작 프로젝트로 설정

- 아래 빌드 타입 우클릭 후 사용자 지정

- 명령 - 도구모음 표준으로 설정 - 솔루션 구성 - 선택사항 수정 - 너비 130으로 하게 되면 언리얼에서 지원하는 빌드타입 중 가장 긴 글자에 맞춰 설정됨.

9. 빌드 실행

728x90
반응형
Comments