Installation
Follow these simple steps to get the ND_BehaviorTree system set up and ready to use in your Unity project.
Prerequisites
Section titled “Prerequisites”- Unity 2020.x or newer.
-
Download the Unity Package
Head over to the official GitHub release page and download theND_BehaviorTreeVer1.0.unitypackage
file. -
Import the Package into Unity
- Open your Unity project.
- From the top menu, go to
Assets > Import Package > Custom Package...
. - Select the
ND_BehaviorTreeVer1.0.unitypackage
file you downloaded. - In the import window, make sure all items are checked and click
Import
.
-
Verify Installation
After importing, Unity will compile the new scripts.
To verify the installation:- Right-click in the Project window under the
Assets
folder. - You should see a new option:
Create > ND_BehaviorTree
.
- Right-click in the Project window under the
You’re now ready to start creating and editing Behavior Trees with ND_BehaviorTree!