We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cad2be commit 3600bfaCopy full SHA for 3600bfa
Assets/FbxExporters/Editor/FbxExportSettings.cs
@@ -327,6 +327,10 @@ private static void FindDCCInstalls() {
327
dccOptionName.Add ("MAYA_LOCATION");
328
}
329
330
+ if (!Directory.Exists (kDefaultAdskRoot)) {
331
+ // no autodesk products installed
332
+ return;
333
+ }
334
// List that directory and find the right version:
335
// either the newest version, or the exact version we wanted.
336
var adskRoot = new System.IO.DirectoryInfo(kDefaultAdskRoot);
0 commit comments