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 34c3902 + e90609a commit 1a7f996Copy full SHA for 1a7f996
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