google翻訳

This commit is contained in:
ousttrue
2020-07-20 15:02:42 +09:00
parent b6ab100328
commit cb9c7960f7

View File

@@ -186,7 +186,7 @@ namespace VRM
if (DuplicateBoneNameExists())
{
yield return Validation.Warning("Find duplicate Bone names. Please check model's bone names. ");
yield return Validation.Warning("There is a bone with the same name in the hierarchy. If exported, these bones will be automatically renamed.");
}
if (string.IsNullOrEmpty(Title))