Skip to content

Commit 380febb

Browse files
committed
don't move object to root after converting
1 parent 82f2136 commit 380febb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Assets/FbxExporters/Editor/ConvertToModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ private static List<GameObject> OnConvertInPlace ()
126126
#else
127127
// rename and put under scene root in case we need to check values
128128
gosToExport [i].name = "_safe_to_delete_" + gosToExport[i].name;
129-
gosToExport [i].transform.parent = null;
130129
gosToExport [i].SetActive (false);
131130
#endif
132131
// select the instanced Model Prefab

0 commit comments

Comments
 (0)