- Home /
How to extend a sprite
I'm still very much a beginner. I'm trying to have a robot arm type object, I have a robot fist object and I want to make a robot arm object and I want the robot arm to be able to extend.
So the arm can shoot out and the arm extends to match how far it goes.
I was thinking I could increase its scale and change its position to give the image that it's stretching but Ideally I make one section of the arm and it keeps adding that section as it extends.
I'm guessing there is a cleaner way of doing this then what I'm coming up with in my head so if you could just point me in the right direction that would be awesome! Thanks!
there's no right direction. you could do it like Rayman, no arm at all. with an arm, repeat texture is a way, why not choosing it.
Your answer
Follow this Question
Related Questions
sometime sprite animation is not work ? 0 Answers
Set a RawImage UVRect values via script? 1 Answer
Swap sprite for a set amount of seconds 2 Answers
Sprite animation triggers OnCollisionEnter2D every frame (no root motion or animate physics) 0 Answers
How to call an attack animation that will stop when you stop clicking attack button? 1 Answer