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 2ec0b6c commit a8b43dcCopy full SHA for a8b43dc
Assets/FbxExporters/Editor/FbxPrefabAutoUpdater.cs
@@ -1142,6 +1142,7 @@ public HashSet<GameObject> ImplementUpdates(FbxPrefab prefabInstance)
1142
1143
1144
// Rename old nodes (unity names) into new nodes (FBX names).
1145
+ // We do it before the reparenting because m_reparentings contains the fbx name and won't find the parent without the renaming
1146
foreach (var FBXNodeNameToRename in m_nodesToRename)
1147
{
1148
if (prefabNodes[m_fbxPrefabUtility.GetUnityObjectName(FBXNodeNameToRename)] != null)
0 commit comments