Skip to content

Commit abffc37

Browse files
committed
print each file on a new line
1 parent b8879e0 commit abffc37

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
@@ -209,7 +209,7 @@ public override void OnInspectorGUI() {
209209
componentUpdater.ReplaceGUIDInTextAssets ();
210210
} else {
211211
var assetsToRepair = componentUpdater.GetAssetsToRepair ();
212-
Debug.LogFormat ("Failed to update the FbxPrefab components in the following files: {0}", string.Join (", ", assetsToRepair));
212+
Debug.LogFormat ("Failed to update the FbxPrefab components in the following files:\n{0}", string.Join ("\n", assetsToRepair));
213213
}
214214
} else {
215215
UnityEditor.EditorUtility.DisplayDialog (dialogTitle,

0 commit comments

Comments
 (0)