🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

How can I dynamically increase size of the snake in 2D game while using a single sprite as my snake?

Started by
0 comments, last by TM_Patro 3 years, 2 months ago

I have used a single image as my snake and rigged it using Skinning editor in Unity itself for the movement behavior. But I want to increase its size as it eat any food item. Should I use different images(for head, body, tail) separately, but on doing that I can't achieve the movement perfectly(Snake is looking like a train). Or should I model the snake in 3D something like. I want help!

This topic is closed to new replies.

Advertisement