Version: Unity 6.6 Alpha (6000.6)
LanguageEnglish
  • C#

UnityEngine.TetgenModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

The Tetgen module includes APIs and tools that facilitate the Tetrahedralization of Light Probes in Unity.

This module is enabled by default in all new projects. Unity strips it automatically if there are no Light Probes in your project. To control the stripping manually, do the following in the Unity Editor:

  1. Select Window > Package Management > Package Manager to open the Package Manager.
  2. Select the Built-in section.
  3. Select the Tetgen module and click Enable or Disable.

Alternatively, you can add this line to the Packages/manifest.json file to enable the module: "com.unity.modules.tetgen": "1.0.0",