BtEngineSDK
Deepnology
$35.00
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
03/19(2018) |
35.0 |
11/02(2024) |
35.0 |
Jump AssetStore
Behavior Tree Engine SDKProfessional Edition
Requires Unity 5.0 or higher. Currently released for Windows platform only. The scripting API supports C# only.
Download Free Trial Edition
Features+ Easy and fast way to design and run concurrent behavior trees+ Powerful visual editor to draw diagrams of custom behavior trees/forests and save as XML files+ Two clicks automatically setting up all behavior tree node game objects and node C# scripts in Unity Editor+ Simple scripting API to manage, control and access all runtime behavior tree component instances and properties+ Fully customized behaviors accomplished with general purposed node scripting API+ Hierarchical concurrent decision-making task solutions using multi-threaded behavior trees+ Easy demo GUI to test through all functionalities of the Bt Engine API
Software Components+ Bt StudioA standalone visual editor application that provides GUI utilities to design behavior tree diagrams and save as XML files+ Bt Unity MenuMenu utilities embedded in Unity Editor to automatically generate and setup node game objects, node C# scripts and tree structures specified in XML files+ Bt Engine Scripting APIThe BtEngine class interface to manage, control and access all the runtime behavior tree component instances and properties in the behavior tree engine system
Tutorial
Demo
Performance OverheadIn order to implement parallel node and asynchronous tree executions and interruptions, Bt Engine was implemented fully multi-threaded. As a result, there must be some performance overhead as expected. Users should take care on their own to evaluate this cost when employing Bt Engine as their AI framework.