# InflateConvexMesh

> Allow the physics engine to increase the volume of the input mesh in attempt to generate a valid convex mesh.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine](/engine/6000.3/script-reference/unityengine.md)
* **Assembly:** UnityEngine.PhysicsModule

> **Warning:**
>
> **Removed.** No longer used because the problem this was trying to solve is gone since Unity 2018.3

```csharp
InflateConvexMesh = 1
```

### Remarks

Additional Resources: inflateMesh.
