Visual Logger
404 File Not Found - Jumpshare ← Video of the bug
I have simple “AI Move To” node on my AI controller
I just opened my project and didnt changed anything. I have movement component working, nav mesh is working…
Why this is happening?
I have simple “AI Move To” node on my AI controller
I just opened my project and didnt changed anything. I have movement component working, nav mesh is working…
Why this is happening?
AI does move. It looks to me like you’re requesting Move To on tick which you shouldn’t do.
Check if any component in the AI BP has Can Ever Affect Navigation checked and if so uncheck it.
You’re awesome.