rcampbell1337 / Chainlink-games

:tada: The first attempt at making a 2D sidescroller, this is made with unity and is an ongoing project! :tada:
2 stars 0 forks source link

Create a sample enemy AI #10

Open rcampbell1337 opened 4 years ago

rcampbell1337 commented 4 years ago

Make a placeholder for an enemy which follows the player

I'll probably take a look at this within the next few days but if you guys are interested at having a look at making a pathing script I found this video helpful 💯:

https://www.youtube.com/watch?v=jvtFUfJ6CP8&list=PLbSf4V67KcM12nJR6XXH6wDEDWE-m24P0&index=2 -- 2D PATHFINDING Enemy AI in Unity

Although I felt it left a fair amount to be desired, still not a bad starting point. This issue does not include a focus on animating our enemies but that would be a fantastic bonus if you guys have the assets prepared.