Skip to content

Commit e90609a

Browse files
author
AJubrey
committed
[CHANGED] environment variable name for vendor locations
1 parent 34c3902 commit e90609a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/FbxExportSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ private static string DefaultIntegrationSavePath {
257257
/// </summary>
258258
public static string[] DCCVendorLocations {
259259
get{
260-
var environmentVariable = Environment.GetEnvironmentVariable("UNITY_FBX_3DAPP_VENDOR_LOCATIONS");
260+
var environmentVariable = Environment.GetEnvironmentVariable("UNITY_3DAPP_VENDOR_LOCATIONS");
261261
if (environmentVariable != null)
262262
{
263263
string[] locations = environmentVariable.Split(';');

0 commit comments

Comments
 (0)