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 221a4dc commit c4340e7Copy full SHA for c4340e7
Assets/FbxExporters/Editor/FbxExportSettings.cs
@@ -305,7 +305,9 @@ private static string GetMayaLocationFromEnvironmentVariable(string env)
305
return result;
306
}
307
308
- // Returns a set of valid vendor folder paths with no trailing '/'
+ /// <summary>
309
+ /// Returns a set of valid vendor folder paths with no trailing '/'
310
+ /// </summary>
311
private static HashSet<string> GetCustomVendorLocations()
312
{
313
HashSet<string> result = new HashSet<string>();
0 commit comments