Reads an external CAD file and translates its contents into Unity objects in Edit Mode.
![]() |
This example is based on the Unity Base Viewer Example scene.
To import CAD files without launching Unity Play Mode, in Unity panel, go to CAD Exchanger -> Import CAD file
to open a new wizard tab:
![]() |
File Path
string to identify a file that should be imported.Browse File
button to open the standard Windows file explorer panel.Scale Factor
value is used to modify model size due to import stage.Import PMI
toggle should be switched on.Custom Shader
field.Click the Import
button to load a file and convert it into a GameObject. The resulting GameObject should appear in the center of the current scene.