- Home /
cutout animation in top down view 2d
Hi I am trying to make a cutout animation in top down view game but every tutorial is about side view games. I need to change sprites of character objects during the animation not after it.
Comment
Best Answer
Answer by VoidPhoenix96 · Feb 15, 2021 at 10:52 PM
You will have to use Sprite sheets. Here is a tutorial: https://youtu.be/ou8VkQB2sos
Of course, you could save the state of the animation, stop it, change the shape and then load the state of the animation. You would have to time all of this and would probably decrease performance a little bit, but if you don’t have the time for Sprite sheets, use this.