Skip to content

Commit

Permalink
[게임 프로젝트] 항목 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
GyeongyeonAn authored Aug 8, 2023
1 parent 6bd7099 commit d4abc9b
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,8 @@ main:
- title: "Unreal"
children:
- title: "활용 기초"
url: https://gyeongyeonan.github.io/Unreal/
- title: "게임 프로젝트"
children:
- title: "#1 제작 시작하기"
url: https://gyeongyeonan.github.io/Unreal/
28 changes: 28 additions & 0 deletions _posts/2023-08-08-GameProject.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
layout: single
title: "[게임 프로젝트] #1 제작 시작하기"
---

유니티 버전 : 3.6f1
새로운 프로젝트를 생성해준다 드디어 개인 프로젝트의 시작이다. 아자아자 화이팅!!

일단 만들고자 하는 게임은 원신을 모델로 한 오픈월드 게임이다.


본래 게임 만들기를 시작한다면, 철저한 사전 기획을 해야한다. 어떤 게임을 만들지 윤곽부터 잡자. 여러 말들이 많지만 복잡해서 모르겠고 일단 주인공부터 움직여보자. 한 스탭 한 스탭 부족한 부분이 보이고 기획이 필요하다 생각이 들때, 매꾸는 형식으로 기획해도 늦지 않는다고 생각한다. (맨땅에 헤딩부터!)

게임의 첫 시작은 역시 주인공 캐릭터의 모델을 구해보자. 에셋 스토어에 떠도는 주인공 캐릭 하나를 선정했다.

![image](https://github.com/GyeongyeonAn/Unity-RPG-2D-Game/assets/55589616/8f2909a3-0acc-40ea-9994-9e0d64ffdf72)


우리의 주인공이 사용할 적절한 무기 에셋도 임포트 하자.

![image](https://github.com/GyeongyeonAn/Unity-RPG-2D-Game/assets/55589616/3edc0594-39d2-41e9-b61c-214fd6aff1dc)

이전에 언젠가 쓰겠지 라는 생각으로 사둔 대검 캐릭터 애니메이션 에셋도 임포트 해준다. (드디어 이걸 쓸날이 오는구나!!)

![image](https://github.com/GyeongyeonAn/Unity-RPG-2D-Game/assets/55589616/6dbdd00d-fcaa-4c3f-99d8-206b31f5b20b)


---대충 애니메이션 다루는 내용---
Binary file added _posts/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d4abc9b

Please sign in to comment.