enginmanap / enginmanap/limonEngine
AI Walk Grid de/serialize doesn't generate source grid exactly
Open
- Dominant language
- C++
- Stars
- 712
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
When walk grid de/serialized, all nodes are put to doneNodes array, instead of partial nodes in visited array. That is because walk grid is assumed to be done fully. This assumption is **correct** at the moment.
I am not planing to change the behaviour at the moment, but opening the issue as reminder since it is out of ordinary.
Contributor guide
Assessment
This issue has not been assessed yet.