Look towards and ability to fly

NodeCanvas Forums Support Look towards and ability to fly

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16332
    and0
    Participant

    Hello,

    I’m trying to replicate some behaviours which I had worked out in C# using NC.

    I would like to have my character Wander AND constantly Rotate Towards my other character. I made the following tree but the character doesn’t rotate while wandering.

     

    My second question is – is it possible to create a behaviour where the agent flies in a random sequence? Similar to Wander but moving on the Y axis, too?

     

    Thanks

    #16341
    Gavalakis
    Keymaster

    Hello,

    In the context of Behaviour Trees, to do more than one things in parallel, you need to please use the Parallel composite node (which does exactly that 🙂 ).

    Regarding your other question, no such action exists in nodecanvas, but a custom one can definetely be made. I suppose you mean “fly” with no regards to any sort of pathfinding, yes?

    Join us on Discord: https://discord.gg/97q2Rjh

    #16368
    and0
    Participant

    Thanks for the response Gavalakis. Worked out nicely.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.