Breakpoints

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14180
    feelx
    Participant

      Hi,
      can you describe on how to use the breakpoints exactly? After it has been reached, how do I continue? Why do only BTComposites have the breakpoint option? Can you add the feature to all nodes?
      Couldn’t find proper documentation on the feature.
      Cheers,
      Felix

      #14182
      chocolacode
      Participant

        Hi there,

        for one of your questions… once you reached the breakpoint…locate the behavior tree owner in the inspector panel and you will see buttons for play, pause and step forward

        cheers!

        #14181
        Gavalakis
        Keymaster

          Hey,

          chocolacode’s answer is correct 🙂 Thanks.
          You can step forward or resume the execution after a breakpoint, from within the BehaviourTreeOwner inspector.
          Due to how the BT implementation work, I’ve currently added breakpoints only in composite nodes by design, but I will probably make them possible to be added in any node in a future update as well.

          Thanks 🙂

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