Fixed issue with incorrect navmesh query results. It was a problem with navmesh bounding box calculation. to merge one AABB to another, use bb.merge_with(), not bb.merge(), as thi later will return new AABB, while former will increase size of existing AABB. 
So now I'm going for navmesh visualization and adding agent signal sending (hope it will work with Spatial+script agent)

Comments

Popular posts from this blog