Hi
In my game there is the player and the enemies.
I have set the behavior for the enemies as follow.
Buy the enemies follow too fast.
Is there a way to set the speed for the enemies?
Thanks in advance,
SHIRATSUYU
Follow behavior may not be a good choice here. You probably need something like Pathfinding+LineOfSight
Hey dop2000 thanks for the reply.
There's no path to follow you see,it's all in space.
Will it work if I add stimulate platform behavior?
Regards,
Develop games in your browser. Powerful, performant & highly capable.
Then it's even easier - if there are no obstacles or path to follow, you can use Bullet, MoveTo or 8direction behavior. Maybe even Physics or Car.