How to make the enemy move to the player instantly?

cangcloud

Member
I want the boss to move to the player instantly, but I don't know what Task to use, I tried Set Position...but the boss and the player are completely together, and there is no collision.
 

Attachments

  • 捕获.JPG
    捕获.JPG
    540.5 KB · Views: 4
For that scenario I would use Set Position but specify a Vector3 that has an offset from the target Vector3.
 
Top