Character control don't detect collision with each other

Hello!

I’m new to JMonkey but have studied Java for almost a year now.

I have a problem with me and my enemy. Both of us use CharacterControll and capsule collision shape so it works fine when colliding with buildings and the terrain. But the problem is that I can walk through the enemy. Why is that?

Am I the only one with the problem?

They just don’t, not all games want that. BetterCharacter does though.

Ok so if I change to BetterCharactercontrol and use the same capsulecollisionhsape it will work?

that’s true, but I prefere having that for now at least.

Thanks for answering quickly :slight_smile: