Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在我的原型中使用 Navmash 进行路径查找,但我遇到了一个问题,因为代理在足够接近目标时最终会出现的“线”间隔很大。
图片:
红色方块是立方体应该结束的位置,但如您所见,代理所在的体素线位于方块的中间。关于如何修复它的任何线索?
我已将体素大小设置为最小值(0.02),结果仍然相同。
谢谢!
我只是愚蠢。在我发送到 SetDestination 方法的 vector3 中,交换了 Y 和 Z 坐标。