본문 바로가기
College Study/Unreal Engine

[Tutorial] Making Genji from Overwatch with Unreal Engine (언리얼 엔진으로 오버워치 겐지 만들기)

by 2den 2020. 12. 31.
728x90
 

Let's Create - Season 1

A video series where we create game mechanics using Unreal Engine 4 and blueprints

www.youtube.com


New Project Categories > Games > First Person (일인칭)

 

Content Browser > First Person Character > Viewport

Delete components on the left side except Capsule Component, Arrow Component, Mesh, First Person Camera.

 

First Person Character (current window) > Event Graph

Delete blueprints except Stick input, Movement Input, Mouse input, Jump.

Change Jump to DoubleJump and edit it like below.

 

right-click > type Dash

right-click > type Comment

Add another one named Dash like below. Create a boolean variable named CanDash.

Make sure that you set the default value of CanDash as true. (Check the box on the right side.)

 

Compile > Save > close the window > Play

You just made Genji!

 

728x90

댓글