Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 921 Bytes

File metadata and controls

35 lines (22 loc) · 921 Bytes

Changelog

All notable changes to this package will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.0.2 - 2023-09-27

Fixed

  • BehaviorTreeAgent.Tick() and BehaviorTreeAgent.Abort() allocated each time if ENABLE_PROFILER was enabled.

1.0.1 - 2023-08-15

Changed

  • Added icon.

1.0.0 - 2022-02-03

Added

  • Behavior tree core functionality.
  • Basic behaviors.
  • Unity components support.
  • Unity editor support.
  • Tests.