We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9594904 + 06a298e commit 5dbfb52Copy full SHA for 5dbfb52
1 file changed
Assets/XWearAvatarFixer/Editor/AvatarFixerMenu.cs
@@ -269,6 +269,7 @@ public static void OptimizationAvatar()
269
// 1つずつ変換する
270
AvatarFixer.ConvertSpringBone(o);
271
AvatarFixer.RemoveUnuseSpringBone(o);
272
+ AvatarFixer.CleanUnusedRenderers(o);
273
Debug.Log($"Completed {o.name}");
274
}
275
0 commit comments