diff --git a/Runtime/ScaleProxy.cs b/Runtime/ScaleProxy.cs index 807b6fb8..ca972524 100644 --- a/Runtime/ScaleProxy.cs +++ b/Runtime/ScaleProxy.cs @@ -17,6 +17,11 @@ namespace nadena.dev.modular_avatar.core private void DeferredValidate() { if (this == null) return; + + if (GetComponent() == null) + { + gameObject.AddComponent(); + } gameObject.hideFlags = HideFlags.HideInHierarchy;