Well, the question isn’t clear enough, but I suppose that you’re moving the camera into the block and expecting trigger events. If this is the case, add a kinematic rigidbody to the trigger: a static trigger can detect rigidbodies or CharacteControllers that enter it, but a moving trigger must have its own rigidbody - usually with Is Kinematic set, what avoids unwanted reactions to gravity and collisions.