Hello, I want to remove the collision between a couple of characters I have (zombies).
I instantiate them on the fly, and would like to make it so that they won't collide with each other.
I have been trying to get it to work with collision layers, this is my setup:
![alt text][1]
[1]: http://i.imgur.com/Uo6gsIX.png
The layer on all my zombies (and all child objects) is ZombiesCollisionLayer.
The zombie is a ragdoll, which is why I think this is kind of hard, since the rigid bodies will collide with eachother I think?
Does anyone have any ideas on how to make this work?
↧