I’m trying to make a sprite that will constantly move towards the player sprite. Using pathfinder behaviour I’ve been able to make it follow whenever the player character moves, but it also stops as soon as the player stops. How would I make the “chasing” sprite constantly move towards the player sprite at a fixed speed? I’m working in 2d at the moment, with a player character with the platform character behaviour.
Thanks!