Skip to content

Commit

Permalink
fix editor func
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroj committed May 20, 2020
1 parent b148a6f commit c83a748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/VRM/UniVRM/Scripts/Format/VRMExportSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ void Export(string path, List<GameObject> destroy)
AssetDatabase.ImportAsset(path.ToUnityRelativePath());
}
}
#endif

//ここで重複ボーン名のチェックをする
bool DuplicateBoneNameExists()
Expand All @@ -477,6 +478,5 @@ bool DuplicateBoneNameExists()

return (duplicates.Any());
}
#endif
}
}

0 comments on commit c83a748

Please sign in to comment.