Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  prime 2 years, 9 months ago.

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

    tool55
    Participant

    I’m not clear on how to debug the behavior tree. The debug node in Rain {indie} used to make it easy to see when the tree was executing properly. I’m not seeing any of the color changes in the behavior tree that are built into the new Rain release. Is there a way to toggle that on and off? Or is the a way to have a debug message show up in the console? Thanks for the help.

    #6037

    prime
    Keymaster

    To see the color changes, make sure you have an AI selected, and make sure the behavior tree is set to “Current”.

    To put a debug message in the console, use an Expression (set the return value to true) and use

    debug("Some debug statement")

    as the expression.

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

You must be logged in to reply to this topic.