Hello, First of all thank you for your time.
I want to achieve 1 thing:
My players reaches a point and it instantiates the enemy, once the capsule[enemy] is instantiated, it will be instantiated behind a wall … see the image here to understand.
Now what i want is it should come at some random position where my player and this instantiated object has direct connection. I mean there is no obstacle between both and i even dont want it to keep running towards the player.
I want, when its instantiated, it comes in front and as soon as direct link is made, enemy stops there
Please guide me what shall i use to achieve it
I want pathfinding without waypoints