How to make two chracter controllers collide with each other?

Hello! I have two character controllers: one for the player and one for the NPC. However, controllers collide with everything but each other and the player can walk through NPCs. Is there any way to make them collide?

cc @Cedric

You need to create a body+shape and attach it to the player position. This might not be evident with the api. I’ll try to do a sample asap.

I could not find a good and easy way to do it with current state. I’m working now on adding the feature.

2 Likes