Skip to content

Unity3D简单的战斗Demo,包含一套表现和逻辑完全分离的AI系统。AI系统包括FSM和行为树两种,行为树有一套编辑器可以配置。(QQ群:542703971)

License

wanfeihuang/Unity-behavior-tree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIBattleDemo

Unity3d版本:5.5.4

  1. 运行GameMain场景可以预览简单的战斗效果
  2. 修改TroopLogicCtrl.cs文件开头的宏定义(FSM或BTREE)可以切换AI模式,分别为状态机和行为树模式。
  3. 行为树编辑器快捷键ctrl+shift+T

Image text

About

Unity3D简单的战斗Demo,包含一套表现和逻辑完全分离的AI系统。AI系统包括FSM和行为树两种,行为树有一套编辑器可以配置。(QQ群:542703971)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.5%
  • ShaderLab 0.5%