Class DCCFinderUtility
A utility class for finding DCC Tools
Namespace: Unity.MeshSync.Editor
Syntax
public static class DCCFinderUtility
Methods
FindInstalledDCCTools()
Find DCC Tools by searching default installation folders, and looking at default environment variables.
Declaration
public static Dictionary<string, DCCToolInfo> FindInstalledDCCTools()
Returns
Type | Description |
---|---|
Dictionary<String, DCCToolInfo> | A dictionary containing the detected DCC tools, with their paths as keys |