I have a platformer with 2 characters (think as it as Donkey Kong Country). I want that the 2 characters can collide with the coins, with the floor, with the enemies, but NOT collide between them! This is possible?
I have a platformer with 2 characters (think as it as Donkey Kong Country). I want that the 2 characters can collide with the coins, with the floor, with the enemies, but NOT collide between them! This is possible?
Yes it’s possible, here you can find how: Unity - Manual: Layer-based collision detection