I’ve found this happens when the collider is not on the same game objects as the mesh. You can either adjust the collider to match the mesh, or put the collider on the same game object as the mesh. When you do this, Unity will try to match the mesh’s bounds with the collider
This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.