How do you make a torus 'telescope' open?

So I have a torus in my scene, andI need it to “telescope” open – kind of like Pacman’s death animation, but with a torus. It is also a mesh collider that needs to be fairly accurate (as the torus opens, it releases stuff contained inside of it).

I’m pretty new to 3D and Unity in general so I’m really not sure where to get started. Any advice to help me get pointed in the right direction would be most appreciated :slight_smile:

You could create an animation inside Unity of the Torus opening:

  • And animate the collider too
  • Hope it works