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 292c74f + d1e2a83 commit 993e89bCopy full SHA for 993e89b
Assets/FbxExporters/Editor/UnitTests/FbxExportSettingsTest.cs
@@ -165,7 +165,7 @@ public void TestGetSetFields()
165
Path.DirectorySeparatorChar);
166
167
var defaultAbsolutePath = ExportSettings.GetAbsoluteSavePath();
168
- var dataPath = Path.Combine(appDataPath, ExportSettings.kDefaultSavePath);
+ var dataPath = Path.GetFullPath(Path.Combine(appDataPath, ExportSettings.kDefaultSavePath));
169
Assert.AreEqual(dataPath, defaultAbsolutePath);
170
171
// set; check that the saved value is platform-independent,
0 commit comments