OK so I think I jumped ahead of myself with my previous post about LUA pathfinding. Although it works perfectly, it is too slow for what I want to do. Instead I have returned back to using the Advanced Pathfinding Object instead, however now I made it so that once a path is found I copy and store the path in LUA. This allows me to do faster lookups of the path information without the overhead of calling on MMF to pass values back into LUA.
No more useless devlogs for a while. I will try to post another video later showing pathfinding in action.
|