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 d44e76b commit e640d75Copy full SHA for e640d75
Assets/FbxExporters/Editor/UnitTests/FbxExportSettingsTest.cs
@@ -28,8 +28,8 @@ static FbxExportSettingsTest ()
28
| System.Reflection.BindingFlags.Instance;
29
var t = typeof (ExportSettings);
30
31
- s_SavePathField = t.GetField ("convertToModelSavePath", privates);
32
- Assert.IsNotNull (s_SavePathField, "convertToModelSavePath");
+ s_SavePathField = t.GetField ("maxStoredSavePaths", privates);
+ Assert.IsNotNull (s_SavePathField, "maxStoredSavePaths");
33
34
// static fields can't be found through inheritance with GetField.
35
// if we change the inheritance diagram, we have to change t.BaseType here.
0 commit comments