mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2024-12-29 18:55:06 +08:00
This commit is contained in:
parent
51fedbd9b0
commit
2826c27d63
@ -42,7 +42,9 @@ namespace nadena.dev.modular_avatar.animation
|
|||||||
throw new Exception("Unknown RuntimeAnimatorContoller type " + controller.GetType());
|
throw new Exception("Unknown RuntimeAnimatorContoller type " + controller.GetType());
|
||||||
}
|
}
|
||||||
|
|
||||||
return merger.Finish();
|
var clone = merger.Finish();
|
||||||
|
ObjectRegistry.RegisterReplacedObject(controller, clone);
|
||||||
|
return clone;
|
||||||
}
|
}
|
||||||
|
|
||||||
internal static void CloneAllControllers(BuildContext context)
|
internal static void CloneAllControllers(BuildContext context)
|
||||||
|
Loading…
Reference in New Issue
Block a user