For example, in this game, how does his pet follow the player? Is the pet’s walking motion implemented using animation
1 Like
Most pet systems just use Align orientations and positions to an attachment inside the characters root part. Some with walking animations will see how far the pet is away from an attachment, start playing an animation, and move the pet to the attachment.
1 Like