I’m calling Physics.IgnoreCollision on a boxCollider and wheelCollider it gives me the following error:
"Ignore collision failed. Both colliders need to be activated when calling IgnoreCollision
UnityEngine.Physics:IgnoreCollision(Collider, Collider)"
I’m sure it is activated but did anyone else have the same problem? Or is it just me?