News › Forums › RAIN › General Discussion and Troubleshooting › nav mesh data size
Tagged: navigation mesh, out of memory, pathfinding
This topic contains 2 replies, has 2 voices, and was last updated by Sigil 5 months, 2 weeks ago.
-
AuthorPosts
-
February 16, 2022 at 1:42 pm #40097
I’m running out of memory on my device when I attempt to load a nav mesh which is built for a large outdoor level. What can I do to lower the size of the generated nav mesh?
February 25, 2022 at 5:37 pm #40117Sorry for the late reply:
Unfortunately the only thing you can do is reduce the cell size, or reduce the general size of the graph. How large is this graph as it goes, we haven’t run into memory issues just yet, but it isn’t a benchmark I’ve checked regularly.
Another option is to only use navigation meshes when necessary. In particular it doesn’t do you much good across fairly large fields, or rolling hills, but it will still take up space. You could use it where you expect the AI to generally be walking around, or areas where there are significant obstacles and come up with a simpler pathing solution for the wide open spaces.
February 25, 2022 at 5:43 pm #40119I also realized that the problem could be outside of the graph itself and occur when you are path finding. We try to keep it optimized, but the pathfinding itself takes up memory, and if you try to path across a very large graph it is possible that could cause a problem.
If that is the case, breaking up your Navigation Mesh into logical areas you could avoid the incredibly large paths.
-
AuthorPosts
You must be logged in to reply to this topic.