mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-24 21:38:59 +08:00
fix: MeshRetargeter is not working if sharedMesh is null
This commit is contained in:
parent
50635d47ba
commit
5bfcf00684
@ -89,8 +89,6 @@ namespace nadena.dev.modular_avatar.core.editor
|
||||
{
|
||||
BuildReport.ReportingObject(renderer, () =>
|
||||
{
|
||||
if (renderer.sharedMesh == null) return;
|
||||
|
||||
bool isRetargetable = false;
|
||||
foreach (var bone in renderer.bones)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user