That’s probably what’s causing the issue then: nav mesh generation is treating the trigger like a giant obstacle to navigate around and massively over-compensating. Since you only want AI to avoid the object and not the trigger you might want to just set the trigger to be ignored by navigation, so only the physical object it’s attached to is the thing punching a hole in the mesh. Unless there’s some specific reason why you can’t.