Skip to content

Commit 1a7f996

Browse files
authored
Merge pull request #252 from Unity-Technologies/Uni-33348_rename_vendor_location
Uni-33348 [CHANGED] environment variable name for vendor locations
2 parents 34c3902 + e90609a commit 1a7f996

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)