File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Assets/FbxExporters/Editor Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -190,8 +190,9 @@ public override void OnInspectorGUI() {
190
190
191
191
var repairMissingScripts = new GUIContent (
192
192
"Run Component Updater" ,
193
- "If the forum package 1.1.0b1 was previously installed, then links to the FbxPrefab component in your assets will need updating." +
194
- " Run this button to update all FbxPrefab references in your text serialized prefabs and scene files." ) ;
193
+ "If the forum package 1.1.0b1 was previously installed, then links to the FbxPrefab component " +
194
+ "in assets created with the FBX exporter will need updating.\n " +
195
+ "Run this button to update all FbxPrefab references in text serialized prefabs and scene files." ) ;
195
196
196
197
if ( GUILayout . Button ( repairMissingScripts ) ) {
197
198
var componentUpdater = new FbxExporters . Editor . RepairMissingScripts ( ) ;
You can’t perform that action at this time.
0 commit comments