I have no experience with making AI for Unity. I’m looking for a script for a “duck hunt” type of game. I just need the target to walk from the spawn point (point A) to destination (point B) while avoiding objects along the way. Later I plan on make an addition to the script that would let me change the forward speed of the target upon being “shot at”.
I’m mainly an Artist and have very little exposure to programming so any help would be greatly appreciated. I do know that what sounds simple could turn out to be a nightmare. So if you could show me a script that will work or point me in the right direction that would be nice too.
Look at the example scene. You will need to change the position of the target of the Seeker script once your duck has reached it. There are some tools for unity but anway you will have to code mostly by yourself.