Sample Scene not working, AgentNolan spinning in circles.

Try increasing the stopping distance on the navmeshagent. This value seems to need to be tweaked based on what version of Unity you are using.
 
That fixed the spinning issue but I think the root issue was that many of the Behavior Tree Agent are missing some things. I could replace many but the final one I was missing was called Within Distance. Where do I find that script?1632946583508.png
 
Someone on the Discord explained that I was missing scripts from the Behavior Designer Movement. Which makes sense but I think it is weird that the demo scene is missing that script.

unknown.png
 
Ah, yeah, the integration demo scene does require the Movement Pack. In the demo scene there is a readme which contains a link to all of the required assets :)
 
Yep, happened to me too.
I had to buy the Movement pack and add it to the project.

I think it should be mentioned in the FAQ or Welcome or somewhere.
 
Top