Collision without rigidbody or character controller

Basically I would just like to know how to detect collisions with out having rigidbody or character controller attached to model.

thanks in advance, alex

You'd have to write your own collision detection system, which isn't trivial. That's why Unity includes physics, so you might as well use it.