Week 8 - Player Movement


Basic movement

 

The picture shows how the player moves, jumps and shoots bullets to kill enemies in the game. This is the movement pattern of X Gunner's overall player base. Jumping and moving throughout the game is the core of the entire game and also requires a lot of time to work.

 

Way to Move: WASD

Shooting: Left Mouse Buttom 

 Game Object Movement

I wrote it as an aid based on the "Player Movement" script from this year's tutorial to implement the current player movement. 

Animation

I didn't find a suitably related animation, so I didn't start the animation model. I was experimenting with the movement of the game in the mode of the square object. Regarding the animation model, I will look for a satisfactory character model as soon as possible.