With moving project to Unity 3 detection of trigger collisions with CharacterController start working strange. There is one object with box collider which is trigger and other object with CharacterController. And events OnTriggerEnter and OnTriggerStay happen only if the character is moving. If it stands still there are no collisions. In Unity 2.6 absolutely the same project works fine.
Where could be problem?