Skip to content

Commit

Permalink
fixed issue with avatarAnimation loading
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaio3D committed Feb 24, 2025
1 parent e3602ae commit 2fb56b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Components/Core/Presentation/Babylon/Avatar/AvatarView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@ export default class AvatarView {
// animation setup
result.animationGroups.forEach((animationGroup) => {
switch (animationGroup.name) {
case "ac_anim_idle2":
case "ac_anim_idle2_avatarSkeleton":
this.idleAnimation = animationGroup;
break;
case "BHWalkCycle2":
case "ac_anim_walkcycle_avatarSkeleton":
this.walkAnimation = animationGroup;
break;
case "ac_anim_interact":
case "ac_anim_interact_avatarSkeleton":
this.interactionAnimation = animationGroup;
break;
}
Expand Down

0 comments on commit 2fb56b8

Please sign in to comment.