Skip to content

Version 0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@ptrefall ptrefall released this 23 May 08:33
· 5 commits to master since this release
607ba05

What's Changed

  • Improved code complexity of Domain's FindPlan and Planner's Tick. This breaks up the code in improved bite sized functions, specially in the planner. by @ptrefall in #16
  • Stateless Planner. The Context now owns a Planner State instead of Planner holding state. This should make it much easier to multi-thread planning and use Fluid HTN with Unity DOTS. by @ptrefall in #18

Full Changelog: v0.2...v0.3