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, 1 month 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