Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Turgy's Behavior Tree Plugin

An asset by yanevyuk
The page banner background of a mountain and forest

Quick Information

No ratings yet
Turgy's Behavior Tree Plugin icon image
yanevyuk
Turgy's Behavior Tree Plugin

A behavior tree plugin with a graphical interface.INSTRUCTIONS: //After activating the plugin1. The _tick() method of the behavior tree must be called from any script.1. Add the BehaviorTree node under any object2. In the BehaviorTree node, change the logicRoot to which node it'll affect.3. Choose the Behavior Tree Folder, this is the folder where your action and condition scripts will be stored.4. Whenever you select the behavior tree node, you will see a new dock next to Inspector and Node.5. In this screen, you can create your behavior tree.Note: You can right-click to create new nodes or click the new button on the left.Ctrl+S saves the current state, however it is a lot safer to click save.Calling the _tick method from _process or _physics_process might make the game freeze.Adding a repeat node after the root node and calling the _tick only once fixes this problem.

Supported Engine Version
3.1
Version String
1.0
Support Level
community
Modified Date
6 years ago
Git URL
Issue URL
Download ZIP

turgys-behavior-tree-plugin

A behavior tree plugin with a graphical interface. INSTRUCTIONS: //After activating the plugin 1. The _tick() method of the behavior tree must be called from any script. 1. Add the BehaviorTree node under any object 2. In the BehaviorTree node, change the logicRoot to which node it'll affect. 3. Choose the Behavior Tree Folder, this is the folder where your action and condition scripts will be stored. 4. Whenever you select the behavior tree node, you will see a new dock next to Inspector and Node. 5. In this screen, you can create your behavior tree. Note: You can right-click to create new nodes or click the new button on the left. Ctrl+S saves the current state, however it is a lot safer to click save. Calling the _tick method from _process or _physics_process might make the game freeze. Adding a repeat node after the root node and calling the _tick only once fixes this problem.

Reviews

0 total reviews
No ratings yet

Your Rating

How do you rate this asset?
Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

No ratings yet
Turgy's Behavior Tree Plugin icon image
yanevyuk
Turgy's Behavior Tree Plugin

A behavior tree plugin with a graphical interface.INSTRUCTIONS: //After activating the plugin1. The _tick() method of the behavior tree must be called from any script.1. Add the BehaviorTree node under any object2. In the BehaviorTree node, change the logicRoot to which node it'll affect.3. Choose the Behavior Tree Folder, this is the folder where your action and condition scripts will be stored.4. Whenever you select the behavior tree node, you will see a new dock next to Inspector and Node.5. In this screen, you can create your behavior tree.Note: You can right-click to create new nodes or click the new button on the left.Ctrl+S saves the current state, however it is a lot safer to click save.Calling the _tick method from _process or _physics_process might make the game freeze.Adding a repeat node after the root node and calling the _tick only once fixes this problem.

Supported Engine Version
3.1
Version String
1.0
Support Level
community
Modified Date
6 years ago
Git URL
Issue URL
Download ZIP

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers