3Dcharacter objects can't collide with each other

After the most recent patch, the enemies in my game can no longer physically interact with the player character. I discovered that for some reason it appears that 2 objects with the 3d character extension can’t collide with each other. Is this a bug?

1 Like

Give us a screenshot or video of to show us what do you mean

Sorry, super late but I figured it out. The most recent patch added a toggle that allowed player characters to push each other an it was toggled on by default, messing with my collision. turning it off solve all the problems.