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 baf109f commit da4ea64Copy full SHA for da4ea64
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 the forum package 1.1.0b1 was previously installed, then links to the FbxPrefab component " +
+ "If an asset store package or forum package was previously installed, then links to the FbxPrefab component " +
128
"in assets created with the FBX exporter will need updating.\n" +
129
"Run this button to update all FbxPrefab references in text serialized prefabs and scene files.");
130
0 commit comments