File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Assets/com.unity.formats.fbx/Editor/Scripts Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -124,9 +124,8 @@ public override void OnInspectorGUI() {
124
124
125
125
var repairMissingScripts = new GUIContent (
126
126
"Run Component Updater" ,
127
- "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." ) ;
127
+ "If an asset store or forum package 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." ) ;
130
129
131
130
if ( GUILayout . Button ( repairMissingScripts ) ) {
132
131
var componentUpdater = new FbxExporters . Editor . RepairMissingScripts ( ) ;
You can’t perform that action at this time.
0 commit comments