Make A Game Like Pokemon in Unity | #9 - Implementing Attacks in Battle System

Опубликовано: 20 Ноябрь 2024
на канале: Game Dev Experiments
30,427
831

This is Part 9 of Make a Game Like Pokemon in Unity Series. In this video, We'll add attacks to our battle system. So when the player selects a move, his pokemon will use that move and then the enemy pokemon will choose one of it's move randomly and attack the player pokemon.

Get the complete project files of the series by becoming a supporter on Patreon
  / complete-project-39632268  

Get script files for each part of this series (Useful to find mistakes in your script)
  / script-files-for-38708232  

Download the art assets needed to follow along with this series
https://github.com/GameDevExperiments...

0:00 - Intro
0:35 - Perform player move
2:19 - Take damage
4:33 - Perform enemy move
6:42 - Update the HP in the UI
8:17 - Update the HP smoothly using a coroutine