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 9182e70 + f93faa5 commit acef119Copy full SHA for acef119
com.unity.formats.fbx/Editor/FbxExportSettings.cs
@@ -346,7 +346,7 @@ private static string GetMayaLocationFromEnvironmentVariable(string env)
346
}
347
348
349
- return result;
+ return NormalizePath(result, false);
350
351
352
/// <summary>
@@ -367,7 +367,7 @@ private static HashSet<string> GetCustomVendorLocations()
367
{
368
if (Directory.Exists(location))
369
370
- result.Add(location);
+ result.Add(NormalizePath(location, false));
371
372
373
0 commit comments