Unity Physics Collider issue with Character

incendy

New member
I have a layer that I have set in Unity to not collide with my player. But it isn't working. Is this something I am doing wrong? I have it unchecked in the Physics settings. And on my Layers that are not using Opsive they all work. Any guidance would be appreciated
 
The character controller doesn't use the physics settings as it does its own collision detection. You should instead change the settings in the Character Layer Manager.
 
Top