Skip to content

Commit ff8b176

Browse files
committed
code review fix: add comment about consequence of name changes
1 parent c75762c commit ff8b176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto.com.unity.formats.fbx/Documentation~/nested-prefabs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To create Prefab Variant from a Model Prefab:
4242

4343
To convert existing Linked Prefabs to Prefab Variants, follow these steps:
4444

45-
1. Fix any name discrepancies that were previously handled by the [name remapping functionality for Linked Prefabs](prefabs.md#Remapping) before converting.
45+
1. Fix any name discrepancies that were previously handled by the [name remapping functionality for Linked Prefabs](prefabs.md#Remapping) before converting. Prefab Variants do not handle name remapping, therefore, if you started to add game logic to components and the objects in the FBX get renamed, you are at risk of losing the components as the old GameObjects will be deleted and new objects with the new naming added in their place.
4646

4747
2. Right-click the FBX file and select **Prefab Variant** from the context menu.
4848

0 commit comments

Comments
 (0)