Today, I was continuing the GameDevHQ 2D Mobile Adventure project, and the goal for today was to design a parent script for the monster objects. This script will cover all monster basic movements and trigger their animations. Then, through inheritance, I’ll create scripts for each unique monst...