diff --git a/Editor/Animation/AnimatorCombiner.cs b/Editor/Animation/AnimatorCombiner.cs index 36ddf4de..674140dc 100644 --- a/Editor/Animation/AnimatorCombiner.cs +++ b/Editor/Animation/AnimatorCombiner.cs @@ -611,7 +611,7 @@ namespace nadena.dev.modular_avatar.animation { if (!string.IsNullOrEmpty(playAudio.SourcePath) && !string.IsNullOrEmpty(basePath) && !playAudio.SourcePath.StartsWith(basePath)) { - playAudio.SourcePath = $"{basePath}/{playAudio.SourcePath}"; + playAudio.SourcePath = $"{basePath}{playAudio.SourcePath}"; } break; }