Create a BT, FSM or DT by script in running time

NodeCanvas Forums General Discussion Create a BT, FSM or DT by script in running time

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11512
    pixrael777
    Participant

    Is possible to create by code a BT, FSM or DT?

    For example to create an script, that runs some instructions like:
    State node = new StateNode();
    Task task = new Task(WaitUntil);
    node.addTast(task);

    Is there an api and/or samples of the that?

    thanks in advance

    #11513
    Gavalakis
    Keymaster

    Hello,

    Yes, that is quite possible. Here is an example of creating a Behaviour Tree:

    I will create some more similar examples and add a new section in the documentation.
    Meanwhile, if you have any questions on this, just let me know.

    Thanks

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

    #11523
    pixrael777
    Participant

    Good! xD

    Thanks a lot.

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