News Forums RAIN Sample Projects, How To, and Code Having trouble with setting my waypoint patrol

This topic contains 1 reply, has 2 voices, and was last updated by  Sigil 2 months, 4 weeks ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #38868

    BlizzardWolf
    Participant

    Hello , first off I would like to congratulate the RAIN team for making such a easy to understand and more acessible way off developping AI for Unity . Now I am still learning most of the basic and decide to try creating a simple waypoint route for the AI by following this tutorial .
    SO I followed it step by step and made the behaviour tree without too much problem but when it came to naming the name target variable on the waypointpatrol and linking it to the “move ” action by matching it the move variable .
    I noticed I was lacking a few options that were unavailable to me compared such as being able to specify it is a variable on the movetarget .
    I do apologize if I am wasting everyone time with such a stupid question .

    • This topic was modified 2 months, 4 weeks ago by  BlizzardWolf.
    #38872

    Sigil
    Keymaster

    That particular tutorial is a bit out dated, but it gets the idea down. We didn’t like the way we initially setup the waypoint patrol node in 2.0 so it got changed at some point after that.

    Here’s the general layout you would want to make a successful patrol. The values I’m filling out should correspond to the options you have in the behavior tree nodes.

    behavior tree root
       waypoint patrol (waypoint route: "Waypoint Route", move target variable: waypointTarget)
          move (move target: waypointTarget)

    So this would be just a waypoint patrol node, with a move node as its child. Let me know if you have questions.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.