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

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14056
    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

      #14058
      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

        #14057
        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.