Releases: AkiKurisu/AkiGOAP
Releases · AkiKurisu/AkiGOAP
AkiGOAP Version 1.1.2
Added
Add AbortActivePlan()
in GOAPPlanner.
Add OnUpdate
event in WorldState.
Add states detail for debugging.
Add PlanStack
for more convenient plan lookup.
Add editor reload when planner inject new action or goal.
Changed
Replace SkipSearchWhenActionRunning
option with SearchMode
.
Update MainBackend
algorithm.
AkiGOAP Verison 1.1.1
ChangeLog
- Optimize component, Normal version and Pro version planners are moved to different backend
- Editor more friendly, convert snapshot to IMGUIContainer instead of EditorWindow
- Optimize memory cost in Main && JobSystem Backend
- Update example (move to Samples~)
- Simplify editor code
AkiGOAP Verison 1.1.0
English:
- Add AssemblyInfo.cs
- GOAPWorldState now can refresh states automatically
- Fix some interface field name by Roslyn Analyzer
- Update Example.unity Scene, add some descripton
- Fix wrong tooltip for IsActivate field in PlannerPro
- Add Node Constraint for different node stack
- Add Save To Json function for graph editor
中文:
- 添加AssemblyInfo.cs
- GOAPWorldState现在可以自动刷新状态
- 修复Roslyn Analyzer部分接口字段名称
- 更新Example.unity场景,添加一些描述
- 修复PlannerPro中IsActivate字段的错误提示
- 为Graph Editor的不同Node Stack添加节点约束
- Graph Editor添加Save To Json功能
AkiGOAP Verison 1.0.1
English:
Fix GOAPPlannerPro always have a candidate goal in manually activate mode though its precondition will not satisfied
Chinses:
修复了手动激活模式(manually activate mode)下GOAPPlannerPro 始终拥有候选目标(candidate goal),即使该目标的precondition无法被满足
AkiGOAP 1.0.0
AkiGOAP is a Goal Oriented Action Planner unity plugin that supports visualization, modular editing, and multi-threading, which integrates the functions of multiple open source GOAP plugins.