Subhi
1
hi, i want to make the character controller like the trigger (walk through opjects)
var c : CharacterController;
c = GetComponent(CharacterController);
c.detectCollisions = false;
http://unity3d.com/support/documentation/ScriptReference/CharacterController-detectCollisions.html
then add triggered Rigidbody component to your object