Make A Game Like Pokemon in Unity | #6 - Creating Moves For Pokemon

Опубликовано: 02 Февраль 2025
на канале: Game Dev Experiments
50,840
1k

This Part 6 of Make a Game Like Pokemon in Unity Series. In this video, We'll create Moves for the Pokemon. We'll use Scriptable Objects for creating the moves also. To the Pokemon we'll add a list of learnable moves and the level at which it can learn it.

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 - Create scriptable object for move
2:51 - Create Move class
4:40 - Add list of learnable moves in PokemonBase class
7:36 - Select moves of a pokemon based on its level
10:20 - Add a variable for current HP

Watch part 7:
   • Make A Game Like Pokemon in Unity | #...