What is the best way to make specific entities ignore certain entities in terms of collision.
For instance, If I have entity A (type Player). I want him to ignore entity B ( type ally), but if ally were to collide with any other type of entity it will send a collision.
Has anyone come to this point ? I have figured out how to make entities ignore their own type but that is as far as I have come.

