File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,22 @@ This plugin provides a set of tools to create custom and complex behaviour in th
9
9
- ![ Integration Icon] ( addons/behaviour_toolkit/icons/BTCompositeIntegration.svg ) Nest Behaviour Trees inside State Machines and vice versa!
10
10
- ![ BLACKBOARD ICON] ( addons/behaviour_toolkit/icons/Blackboard.svg ) Blackboard Resource
11
11
- Editor Interface with shortcuts
12
- - [ Templates] ( docs/documentation.md#using-script-templates ) for easy extension and integration.
12
+ - [ Templates] ( docs/documentation.md#using-script-templates ) for easy extension and integration
13
13
- Example Scene
14
14
15
15
When a new version is available on GitHub, the plugin will display a notification in the Toolbox!
16
16
17
17
18
18
19
+ ## Installation
20
+ - Clone the ` main ` branch of this repository to your machine
21
+ - Download the latest release from the [ Godot Asset Lib] ( https://godotengine.org/asset-library/asset )
22
+ - Add the ` submodule ` branch as [ Git Submodule] ( https://git-scm.com/docs/git-submodule ) to your own repo
23
+ - The ` submodule ` branch is ** always** up to date with ` main ` and will allow you to consistently use the newest version by ` pulling `
24
+ - If you are not confident in your CL skills, you can use a client like GitKraken to set this up
25
+
26
+
27
+
19
28
## Usage
20
29
Make sure the clones the ` addons ` and ` script_templates ` directories into your project.
21
30
Original file line number Diff line number Diff line change 3
3
name =" BehaviourToolkit"
4
4
description =" This plugin provides a set of tools to create custom and complex behaviour in the Godot 4.2 Game Engine."
5
5
author =" Pat & Contributors"
6
- version =" 2.0.0 "
6
+ version =" 2.0.1 "
7
7
script =" plugin.gd"
You can’t perform that action at this time.
0 commit comments