Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello! Awesome scripts!I found that under the A* weight script, there was A memory leak because the path was drawn in real time and A* script was called A lot. However, I could never find the cause of the memory leak.

Hi! Thank you so much for pointing this out. Thought I was pretty good about memory management in there, but I must have missed something. I am going to try to get this sorted out and hopefully have a fix out in the next week.

Thank you for your help

After many hours of debugging, I believe I have found a solution to the memory leak problem. Unfortunately, its going to require me to refactor a decent chunk of the scripts. So it may be a couple more days until I am able to upload the new version.

OMG,You're amazing,

(+1)

I have just uploaded version 1.1 of the scripts and reference project! To my knowledge, all the memory leak bugs have been fixed. In a test project, I called all three algorithms every step for 5 minutes straight and saw no increase in memory usage. So hopefully this will solve your problem.

I apologize for any delay this might have caused in your development. As always, if you have any more issues with the scripts, you can post again here or message me on Twitter.

Thank you for your help,