# Installation of the Unity plugin

To download the Simplygon installer, go to the Simplygon website (opens new window) and locate the "SDK Installer", click download. Once the download has completed, start the Simplygon installer and follow the instructions presented on the screen. For more details about the installer, options and license setup, see Simplygon installation.

The Simplygon Unity plug-in needs to be manually installed for each Unity project, and as the plug-in is dependent on Pixar's USD (Universal Scene Description) (opens new window) file format, the USD package provided by Unity needs to be installed as well. See the instructions below on how to install the Simplygon Unity plug-in as well as Unity USD.

# Simplygon Unity plugin

When the Simplygon installation has completed, copy Simplygon.Unity.EditorPlugin.dll from %PROGRAMFILES%/Simplygon/10/Unity/bin/ to the assets directory (or a sub-directory) of your Unity project, for example to C:/Users/<YourUserName>/<UnityProjectName>/Assets/Simplygon (assuming default project path). Be sure to mark it in Unity Inspector to only be included for Editor platform.

Simplygon.dll Editor Only

The Simplygon Unity plug-in should now load up automatically every time Unity is started. Go to Window -> Simplygon to bring forward the Simplygon UI, if it is not already present. The Simplygon UI can be docked to most docking areas inside Unity; just click and hold the Simplygon label and place it at the location you prefer.

# Unity USD plugin

The Simplygon Unity plug-in utilizes the USD file format as intermediate between Unity and Simplygon. USD support is not built into Unity, so a supporting Unity package needs to be installed alongside the Simplygon plugin. Information on the USD package can be found in this Unity blog-post (opens new window).

IMPORTANT NOTE

Simplygon specifically depends on the USD 3.0.0-exp.1 package. Later versions exist but are not supported.

# How to install

  1. Open the Package Manager ( Window -> Package Manager ).

  2. Click the gear icon (top right) and select Advanced Project Settings:

open Advanced Project Settings

  1. In the advanced settings, make sure Enable Preview Packages and Show Dependencies are checked:

Advanced Project Settings

  1. Back in the Package Manager, click the '+' sign (top left) and select Add package from git URL..., type "com.unity.formats.usd@3.0.0-exp.1" and click Add:

Import USD Package By Name