当前位置:网站首页>Behavior tree file description
Behavior tree file description
2022-06-26 09:13:00 【LixiSchool】
Source code download address :https://www.behaviac.com/language/zh/downloads/
BehaviacSetup_*.exe yes windows The installer on the platform , To install the executable editor and demo. You can also build your own from the source code .
behaviac_*.zip Is the source code , Including all the source code of the editor and runtime .
behaviac_*.unitypackage yes unity package, stay unity Import and use in
Their own C# The project requires that the directory /integration/unity/Assets/Scripts/behaviac/runtime Copy all the source code under the
If it is Unity Under the platform C# Development , You can also do it in Unity Import... In the editor /integration/behaviac.unitypackage package
The source code directory of the editor behaviac-3.6.39\tools\designer\BehaviacDesigner.sln

Directory structure description
- build: Build script , Use CMake structure . You can refer to the documentation 《 How to compile and build 》.
- docs: file , At present, only behaviac.chm, Later access to documents requires access to API
- inc: Of the runtime library C++ The header file
- integration:Unity Platform implementation and examples
- demo_running: A simple demo
- unity:unity And unittest
- projects:C++ Project documents , Used to open unit test and tutorials Projects such as . The project files here are pre provided , Support only vs And make. If you need another platform , You can refer to build Build scripts in the directory .
- src: Of the runtime library C++ Source code
- test: test ,C++
- btperformance: Simple performance testing
- btremotetest,: Simple continuous commissioning test
- btunittest:C++ unit test
- demo_running: A simple test , Suitable for minor modifications , experience The concept of behavior tree
- usertest: A simple test , Suitable for minor modifications , Make your own test
- tools: The editor's C# Source code
- designer
- tutorials: Tutorial related source code , coordination Tutorial related documentation Use , Easy to use
边栏推荐
- 攔截器與過濾器的實現代碼
- Lagrange multiplier method
- Self taught neural network series - 3. First knowledge of neural network
- MySQL cannot be found in the service (not uninstalled)
- phpcms小程序插件api接口升级到4.3(新增批量获取接口、搜索接口等)
- commonJS和ES6模块化的区别
- 报错ImportError: numpy.core.multiarray failed to import
- 《一周搞定模电》—55定时器
- 什么是乐观锁,什么是悲观锁
- How to set the shelves and windows, and what to pay attention to in the optimization process
猜你喜欢
随机推荐
Self taught neural network series - 3. First knowledge of neural network
Tensor
Yolov5进阶之三训练环境
Nacos注册表结构和海量服务注册与并发读写原理 源码分析
Cookie session and token
编辑类型信息
《一周搞定模电》—55定时器
Phpcms applet plug-in tutorial website officially launched
PD fast magnetization mobile power supply scheme
上下架和橱窗推荐如何设置,优化过程需要注意的地方
Section IV HQL execution process
远程工作的一些命令
uniapp用uParse实现解析后台的富文本编辑器的内容及修改uParse样式
攔截器與過濾器的實現代碼
Unity WebGL发布无法运行问题
commonJS和ES6模块化的区别
In depth study paper reading target detection (VII) Chinese version: yolov4 optimal speed and accuracy of object detection
【300+精选大厂面试题持续分享】大数据运维尖刀面试题专栏(一)
[300+ continuous sharing of selected interview questions from large manufacturers] column on interview questions of big data operation and maintenance (I)
行為樹XML文件 熱加載









