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.
2 parents c250e6b + 225a2a1 commit 79a577fCopy full SHA for 79a577f
com.unity.formats.fbx/Editor/FbxExportSettings.cs
@@ -386,7 +386,7 @@ private static HashSet<string> GetDefaultVendorLocations()
386
{
387
if (Application.platform == RuntimePlatform.WindowsEditor)
388
389
- HashSet<string> windowsDefaults = new HashSet<string>() { "C:/Program Files/Autodesk", "D:/Program Files/Autodesk" };
+ HashSet<string> windowsDefaults = new HashSet<string>() { "C:/Program Files/Autodesk" };
390
HashSet<string> existingDirectories = new HashSet<string>();
391
foreach (string path in windowsDefaults)
392
0 commit comments