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!
댓글