- Home /
Scrolling sprite image
I'm creating a conveyor belt for my 2D top down game. I'd like to create something like the conveyor belts from the game Factorio
, but I'd like to do it using one image in comparison to animating it with multiple ones.
To do this I would like to have a sprite with a repeating texture that loops. Essentially like having a scrolling background in a platformer game but instead having it for one sprite object.
I've looked at tutorials for how it can be done with scrolling backgrounds but instead of one sprite they just have multiple moving sprites and create new ones as the character moves left or right.
I've been looking around for tutorials on this but can't seem to find anything.
How can this be done?
Your answer
Follow this Question
Related Questions
SpriteRenderer is gone when I change in script. 1 Answer
WebGL sprite appears pink? 0 Answers
How can I change the sprite using an image URL? 1 Answer
CMYK Image to Sprite render 2 Answers
check the presence of desired sprite in canvas on click? 0 Answers