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 5940193 commit 4a810ddCopy full SHA for 4a810dd
Assets/FbxExporters/Editor/FbxExportSettings.cs
@@ -201,7 +201,7 @@ public override void OnInspectorGUI() {
201
if (filesToRepairCount > 0) {
202
bool result = UnityEditor.EditorUtility.DisplayDialog (dialogTitle,
203
string.Format("Found {0} prefab and/or scene file(s) with components requiring update.\n\n" +
204
- "If you choose 'Go Ahead', the components in these text serialized assets " +
+ "If you choose 'Go Ahead', the FbxPrefab components in these assets " +
205
"will be automatically updated to work with the latest FBX exporter.\n" +
206
"You should make a backup before proceeding.", filesToRepairCount),
207
"I Made a Backup. Go Ahead!", "No Thanks");
0 commit comments