• Editor
  • Spinning Coin

Hi, are there any spinning coin tutorials here, so it appears 3D.

I did see one on You Tube, but had no sound so wasnt easy to follow, as I have not used Spine in a while.

Many Thanks

Related Discussions
...

Yes, there are several resources available to help you create a spinning coin animation in Spine that appears 3D. Here are some useful links and tips:

  1. Coin Example Project: This official example project demonstrates how to make a spinning coin. You can find it here. This example uses a combination of scaling and moving bones to create the illusion of a 3D spin.

  2. Frame-by-Frame Animation: If you need better performance, especially when exporting to JSON or binary format, consider creating a frame-by-frame animation of the rotating coin and animating it as a sequence attachment. More details can be found in the Spine 4.1 release blog.

  3. Rotating Diamond Tutorial: This tutorial can also be adapted for creating a spinning coin. You can find it here.

  4. Windmill Blades Example: For a horizontal spin, you can follow the steps indicated in the Windmill Blades example.

These resources should help you get started with creating a spinning coin animation in Spine.