itch.io is community of indie game creators and players

Devlogs

Custom Animation for Wasp in Unreal Engine 5.1

The Butterfly Effect
A downloadable game

Author: Carlos Castro
Date: 26-05-2023

We have an FBX character for the wasp with a very simple skeletal mesh but without animations. The issue is that we wanted a simple animation for the Wasp but since we are developers and not designers where didn’t want to use a third-party application and we wanted to make a custom and simple animation on Unreal Engine 5.

When I was looking on YouTube or on the internet the instructions and videos were not very clear, but the best solution for this issue was to create a custom animation inside Unreal Engine 5.1 creating an animation sequence.

Inside the animation sequence, I selected the skeletal mesh of the wasp and then I selected the bones I wanted to be changed. Then I created KeyFrames to store the transform location (X, Y, Z),  rotation location (X, Y, Z),  and scale location (X, Y, Z) of the object to start creating the movement of the wasp and how I wanted it to look.

Leave a comment