Skip to content

HEOMeshCollider

HEOMeshCollider will generate a collider on build based on the mesh information ib a 3D model.

How to use with Collider

  1. Split the mesh and Unity mesh collider to separated gameobjects.

meshcollider_separate

  1. Attach HEOMeshCollider to the object attached with the target Unity mesh collider.

attach_heomeshcollider

  1. Build and Run world to see the collider generated according to the 3D model's mesh.