Box Collider spawns far from object


Is there a reason my box collider spawns so far away? Any way to prevent this?

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.

Privacy & Terms