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 6d68caf commit 030e629Copy full SHA for 030e629
Assets/com.unity.formats.fbx/Editor/Scripts/FbxExportSettings.cs
@@ -124,7 +124,7 @@ public override void OnInspectorGUI() {
124
125
var repairMissingScripts = new GUIContent (
126
"Run Component Updater",
127
- "If an asset store or forum package was previously installed, then links to the FbxPrefab component will need updating.\n" +
+ "If FBX exporter version 1.3.0f1 or earlier was previously installed, then links to the FbxPrefab component will need updating.\n" +
128
"Run this to update all FbxPrefab references in text serialized prefabs and scene files.");
129
130
if (GUILayout.Button (repairMissingScripts)) {
0 commit comments