• Stars
    star
    122
  • Rank 291,017 (Top 6 %)
  • Language
    C#
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

AIBattleDemo

Unity3d版本:5.5.4

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

Image text