Skip to content

Commit

Permalink
ヒエラルキーのOptimizationにも追加
Browse files Browse the repository at this point in the history
  • Loading branch information
pspkurara committed Jan 11, 2025
1 parent fc47bdd commit 06a298e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/XWearAvatarFixer/Editor/AvatarFixerMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ public static void OptimizationAvatar()
// 1つずつ変換する
AvatarFixer.ConvertSpringBone(o);
AvatarFixer.RemoveUnuseSpringBone(o);
AvatarFixer.CleanUnusedRenderers(o);
Debug.Log($"Completed {o.name}");
}

Expand Down

0 comments on commit 06a298e

Please sign in to comment.