I’m actually a bit shocked that I need to ask such a stupid question here, but it just does not work, I know it should be very simple…
I have a character, and I have placed many of them into the level… Once the game starts, they all run to a certain location (move to node in behaviour tree).
I have set these collision settings:
http://puu.sh/e7Tl9/58ad6666cc.png
So they are pawns, and they ignore pawns… But still they don’t run through each other. Once the first characters reached their move to goal, the others just stupidly run against the other characters, so they clearly collide.
So I guess I am doing something wrong… Maybe Characters always want to collide, no matter what the collision settings are?
Actually, I use this class as a parent for multible childs. The strange thing is, for one child it is working, for another child it is not working… I spent the last 2 hours comparing the settings of these 2 childs and they are absolutely equal So why does it work for one but not for another…