maykelsb / Unstable

My entry for https://itch.io/jam/rouguelike-jam
MIT License
1 stars 0 forks source link

Create new monster: Hound #37

Closed maykelsb closed 2 years ago

maykelsb commented 2 years ago

It guards a space until perceive the hero, so it chases him while in contact. After lose contact, it returns to guard mode.

maykelsb commented 2 years ago

https://gamedevelopment.tutsplus.com/tutorials/understanding-steering-behaviors-seek--gamedev-849

maykelsb commented 2 years ago

Preliminar version using: https://docs.unity3d.com/ScriptReference/Vector3.MoveTowards.html