Collide with Mesh with no Collider?

I need to walk through a mesh but detect that I am colliding with it and slow the character down. But the thing is, the Character Controller can’t walk though colliders and they are the only way to detect that my character is touching the object. HELLPPPP!

The CC CAN walk through colliders if they are set to IsTrigger.