눈팅하는 게임개발자 블로그
0. 협업 툴 초기 세팅 본문
Git은 버전 관리 시스템의 일종으로
자세히 알고 싶다면 아래 페이지 일독을 권함.
https://backlog.com/git-tutorial/kr/intro/intro1_1.html
저장소는 github을 쓸 예정.
https://goddaehee.tistory.com/218
[Git (3)] 깃허브(GitHub) 회원 가입하기(계정 만들기)
[Git (3)] 깃허브(GitHub) 회원 가입하기(계정 만들기) 안녕하세요. 갓대희 입니다. 이번 포스팅은 [ 깃헙 회원 가입하기 ] 입니다. : ) 0. 들어가기 앞서 Git을 제대로 사용하기 위해서는 원격 저
goddaehee.tistory.com
GitHub: Where the world builds software
GitHub is where over 73 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
git 클라이언트는 fork를 쓸 예정.
[윈도우10 Windows10] Git Client Fork 다운로드 받고 설치하기
[윈도우10 Windows10] Git Client Fork 다운로드 받고 설치하기 이번 포스팅은 GIT을 사용하는 사람들을 위해서 GIT Client인 Fork을 다운로드 받고 설치하는 방법에 대해서 포스팅을 해보고자 합니다.
appia.tistory.com
유니티 버전은 2019.4.15f 버전 사용 예정.
우선 유니티 허브를 다음 페이지에서 설치.
https://unity3d.com/kr/get-unity/download
Download Unity!
Unity is the ultimate game development platform. Use Unity to build high-quality 3D and 2D games, deploy them across mobile, desktop, VR/AR, consoles or the Web, and connect with loyal and enthusiastic players and customers.
unity3d.com
2019.4.15f는 다음 페이지에서 설치.
https://unity3d.com/kr/get-unity/download/archive
Get Unity - Download Archive - Unity
Unity is the ultimate game development platform. Use Unity to build high-quality 3D and 2D games, deploy them across mobile, desktop, VR/AR, consoles or the Web, and connect with loyal and enthusiastic players and customers.
unity3d.com

Unity Hub에 2019.4.15f1이 설치되었으면 완료.

-----------------------------------------------------------------------------------------------
Collaborator로 등록이 되었다면.
https://github.com/Palamore/Project-G
위 링크에 접속했을 때 다음과 같은 화면이 보인다.

초록색 Code 버튼 클릭.
HTTPS 탭의 URL 오른쪽의 클립보드 버튼을 클릭.
Fork 실행.

좌측 상단의 File - Clone 클릭.

Repository URL은 자동으로 채워져 있음.
Parent Folder를 C드라이브로 설정.
Clone 클릭
* fork에 github 계정 세션이 없다면 위 과정에서 Github에 로그인을 해야함.
클론이 완료되면 다음과 같은 화면임.

이제 Unity Hub를 실행.
프로젝트 탭에서 '추가' 버튼으로 C드라이브에 생성된 Project-G를 클릭.

클릭 해보면 유니티 에디터가 실행됨.
세팅 완료.