Skip to content

Installation

Follow these simple steps to get the ND_BehaviorTree system set up and ready to use in your Unity project.

  • Unity 2020.x or newer.
  1. Download the Unity Package
    Head over to the official GitHub release page and download the ND_BehaviorTreeVer1.0.unitypackage file.

  2. 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.
  3. 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.

You’re now ready to start creating and editing Behavior Trees with ND_BehaviorTree!