본문 바로가기
C++ 개발 일지

231004 Github와 Unreal Engine 연동하기

by the_cat_Soy 2023. 10. 6.

[Git을 이용한 Version Control]

  1. 여러명의 사용자들 간에 해당 파일들의 작업 조율
  2. 버전관리 [Cloud 저장]

 

[Github와 Unreal Enigne 연동하기]

(1)Git Bash 설치하기

https://git-scm.com/downloads

 

Git - Downloads

Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific exp

git-scm.com

https://git-lfs.com/

 

Git Large File Storage

Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.

git-lfs.com

 

(2)LFS(Large File Storage) 설치하기

: git lfs install 작성

 

(3)Github 계정 생성 후 Desktop 설치 후 로그인-> Add an Exisitng Repository ~ 원하는 프로젝트 주소

 

 

(4)언리얼 엔진 프로젝트 열어서 우측 하단 Revision Control - Connect to Revision Control

 

(5)Provider Git(beta version)으로 선택. Github 계정 정보가 들어와있는 지 확인

(6)Initialize project with Git 버튼 클릭. 완료 후 Accepting Settings 클릭