Skip to content

fix: Prevent playback on invalid targets#596

Open
alex-y-z wants to merge 5 commits intoQuenty:mainfrom
alex-y-z:users/alex-y-z/misc-fixes
Open

fix: Prevent playback on invalid targets#596
alex-y-z wants to merge 5 commits intoQuenty:mainfrom
alex-y-z:users/alex-y-z/misc-fixes

Conversation

@alex-y-z
Copy link
Collaborator

@alex-y-z alex-y-z commented Oct 3, 2025

AnimationSlotPlayer currently attempts playback even as targets are being destructed. In cases where the animator has already been destroyed, HumanoidAnimatorUtils needlessly creates a new one on the client, which produces a warning.

This checks if the animation target has a valid parent before attempting playback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants