5.6. Is "Move To" in a State Tree Broken

Hi All

Just toying around with building a simple state tree. I just want to get my character to move using the basic inbuilt “Move to” functionality.

I’ve got it all setup correctly as an AI and hooked up to a state tree.

I have one task that fires and gets a random location, which is then fed into the build in Move To, however my AI does not move. Instead it constantly tries to get new potential location with no movement at all.

It is constantly triggering ‘State Failed’. At first i thought it was just my scene, but i built another from scratch and have the same problem.

I’m hoping i’m just an idiot and missed a step, rather than it being broken, but thought I’d check first.

Thanks

Check NavMesh

Check that your AI is set to Auto Possess AI “Placed in World or Spawned“

Check that the random point is reachable

Also, you can debug AI using Show>Developer>AI Debug

Nothing unusual appearing in any of these.

Nav Mesh exists and is in the whole radius

Ai possesses correctly

The location is reachable

Nothing strange in the debug.

Its just a constant return of state failed