(Translated by https://www.hiragana.jp/)
beehave/docs at godot-4.x ยท sarvex/beehave ยท GitHub
Skip to content

Latest commit

ย 

History

History
ย 
ย 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

logo

beehave-ci

Beehave is a powerful addon for Godot Engine that enables you to create robust AI systems using behavior trees. With Beehave, you can easily design complex NPC behaviors, build challenging boss battles, and create other advanced setups with ease.

Using behavior trees, Beehave makes it simple to create highly adaptive AI that responds to changes in the game world and overcomes unexpected obstacles. Whether you're a beginner or an experienced developer, Beehave is the perfect tool to take your game AI to the next level.

๐Ÿ Features

๐Ÿค– Node based - build behavior trees within your scene tree

Compose behavior trees in your scene and attach them to any node of your chosing.

๐Ÿ› Debug view - a dedicated debug view to analyze your behavior at runtime

A dedicated debug view inside the Godot editor allows you to better understand what the behavior is doing under the hood.

๐Ÿš— Performance - built-in monitors to track performance of your behavior trees

Maintaining high framerate is important in games. Investigate performance issues by using the custom monitor available inside the Godot editor.

๐Ÿงช Tested - any functionality of this addon is covered by test automation

In order to avoid bugs creeping into the codebase, every feature is covered by unit tests.

๐Ÿ’ก Learn more about the features such as node types and internals.

๐Ÿ“ฆ Installation

  1. Download for Godot 4.x or Download for Godot 3.x
  2. Unpack the beehave folder into your /addons folder within the Godot project
  3. Enable this addon within the Godot settings: Project > Project Settings > Plugins

๐Ÿป Contribute

Do you want to contribute? Learn more in the contribution section.

๐Ÿฅฐ Credits