I've got a game where something pops-up in a random location, and a group of enemies head towards it.
However, using the MoveTo behaviour they just straight-line it when it appears.
I wondered if I could add a little variety to the movement? For instance make them move in a random direction first for 1 second, then turn to head to the object?
A bit like they're looking in random directions then they see it and head towards it?
Any other suggestions?
I can set the direction to a random angle first... but can't get them to move in that direction for a second or two before heading straight at the object.
It's a top-down game FYI.
Thanks for any help.