C coysterk New member Oct 16, 2024 #1 I just got the A* and movement pack, but every time I try to throw on the wander action node to the tree my code throws this exception. The following is my enemy and my tree logic.
I just got the A* and movement pack, but every time I try to throw on the wander action node to the tree my code throws this exception. The following is my enemy and my tree logic.
Justin Administrator Staff member Oct 17, 2024 #2 Based off of that error you don't have an IAstarAI agent. You will need an AILerp, AIPath, or RichAI component added to your agent.
Based off of that error you don't have an IAstarAI agent. You will need an AILerp, AIPath, or RichAI component added to your agent.