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 4c5ddbf commit cc0cecaCopy full SHA for cc0ceca
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