Version 0.3
Pre-release
Pre-release
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