mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-06 04:28:59 +08:00
chore: remove debug print
This commit is contained in:
parent
1635b988a9
commit
b13f60e80f
@ -43,11 +43,6 @@ namespace nadena.dev.modular_avatar.core.editor
|
|||||||
|
|
||||||
private AnimationClip MapMotion(AnimationClip clip)
|
private AnimationClip MapMotion(AnimationClip clip)
|
||||||
{
|
{
|
||||||
if (clip.name.StartsWith("proxy_"))
|
|
||||||
{
|
|
||||||
Debug.Log("");
|
|
||||||
}
|
|
||||||
|
|
||||||
AnimationClip newClip = new AnimationClip();
|
AnimationClip newClip = new AnimationClip();
|
||||||
newClip.name = "remapped " + clip.name;
|
newClip.name = "remapped " + clip.name;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user