Skip to content

HEOMeshCollider

HEOMeshCollider_1

HEOMeshCollider will generate a collider on build based on the 3D model's mesh information / Mesh Collider.

How to Use

  1. This component is intended to use on an object with Unity Mesh Renderer / Mesh Collider components.
    To use, select the object and add a new HEOMeshCollider component in the Inspector / Add Component.

    HEOMeshCollider_2

  2. When setting a HEOMeshCollider component, HEOCollider will be automatically attached. This component is essential for HEOMeshCollider and cannot be removed.

    HEOMeshCollider_3

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

Notes

Player floating when world only has Mesh Renderer / Mesh Collider objects

On SDK Ver12.3, there is an issue occurring when the world has objects only having Mesh Renderer, Mesh Collider, HEOMeshCollider, HEOCollider components attached, causing the player to float when enter the world.
This issue is scheduled to be fixed on the next SDK release.
Also, this issue can be avoided by adding at least a single Cube with Box Collider attached.

HEOMeshCollider feature changes on Ver12.3

On SDK versions earlier than Ver12.3, the object's mesh and collider had to be separated as the image below to enable mesh colliders for Vket Cloud worlds, which is no longer needed on Ver12.3 and later versions.
Also, HEOCollider component is now considered as essential, which will be automatically attached to the object when adding HEOMeshCollider component.

HEOMeshCollider_4