Skip to content

Commit

Permalink
974ca6b のミスにより、正常に変換できなくなっていたバグを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
esperecyan committed Dec 28, 2020
1 parent 273639d commit b012a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/Duplicator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ internal static T CreateObjectToFolder<T>(
{
return Duplicator.CreateObjectToFolder<T>(
source,
AssetDatabase.GetAssetPath(prefabInstance),
PrefabUtility.GetPrefabAssetPathOfNearestInstanceRoot(prefabInstance),
destinationFileName
);
}
Expand Down

0 comments on commit b012a75

Please sign in to comment.