# Preference

# General

# Collider

Change the color of the collider objects.

Convex_Collider material for the Convex collider.

Box_Collider material for the Box collider.

Sphere_Collider material for the Sphere collider.

Capsule_Collider material for the Capsule collider.

# V-HACD

REQUIRE

  • Windows operating system.
  • Version 2 of V-HACD executable.

  • Extract the V-HACD executable from the zip/Blender-to-Unity/resouce/V-HACD/VHACD_v2.exe
  • Locate the executable path then the parameters will available.

Parameter Description Range Default
Voxel Resolution Maximum number of voxels generated during the voxelization stage 10000 - 64000000 100000
Clipping Depth Maximum number of clipping stages. During each split stage, all the model parts (with a concavity higher than the user defined threshold) are clipped according the "best" clipping plane 1 - 32 20
Concavity Maximum allowed concavity 0.0 - 1.0 0.0025
Plane Downsample Controls the granularity for the "best" clipping plane 1 - 16 4
Hull Downsample Precision of the convex-hull generation process during the clipping plane selection stage 1 - 16 4
Alpha Bias toward clipping along symmetry planes 0.0 - 1.0 0.05
Beta Bias toward clipping along revolution axes 0.0 - 1.0 0.05
Gamma Maximum allowed concavity during the merge stage 0.0 - 1.0 0.00125
Normalise Normalize the mesh before applying the convex decomposition Bool False
Shrinkwrap Shrinkwrap hull to source mesh. Bool False
Mode Approximate convex decomposition mode Enum Voxel
Hull Vertices Maximum number of vertices per convex-hull 4 - 1024 32
Hull Volume Minimum volume to add vertices to convex-hulls 0.0 - 0.01 0.0001

# Path

Choose the export path.

# Export to Disk

# Export to Unity

# Export to Both


# Export

Change the FBX settings.

Last Updated: 7/13/2022, 2:27:33 PM