Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
[Core] fix issue with unchecked collect animation option.
Browse files Browse the repository at this point in the history
  • Loading branch information
Razmoth committed Jul 22, 2023
1 parent acbb7e7 commit 3cf21c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AssetStudioUtility/ModelConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,14 @@ public ModelConverter(Animator m_Animator, ImageFormat imageFormat, Game game, b
}
else
{
if (animationList != null)
{
foreach (var animationClip in animationList)
{
animationClipHashSet.Add(animationClip);
}
}
}
ConvertAnimations();
}

Expand Down

0 comments on commit 3cf21c3

Please sign in to comment.