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 34c3902 commit e90609aCopy full SHA for e90609a
Assets/FbxExporters/Editor/FbxExportSettings.cs
@@ -257,7 +257,7 @@ private static string DefaultIntegrationSavePath {
257
/// </summary>
258
public static string[] DCCVendorLocations {
259
get{
260
- var environmentVariable = Environment.GetEnvironmentVariable("UNITY_FBX_3DAPP_VENDOR_LOCATIONS");
+ var environmentVariable = Environment.GetEnvironmentVariable("UNITY_3DAPP_VENDOR_LOCATIONS");
261
if (environmentVariable != null)
262
{
263
string[] locations = environmentVariable.Split(';');
0 commit comments