How do I loop sprites instead of stretching them?,How do I loop 2D sprites instead of stretching them?
I'm making a 2D-platformer, and I've been having some trouble. Essentially, I want to have one prefab for the ground that I can stretch out, but it looks terrible because rather than the sprite repeating it just stretches out; despite the fact that I set the wrap mode for the sprite to "repeat". How do I fix this? Thanks in advance!
screenshot-48.png
(422.1 kB)
Comment
Your answer
Follow this Question
Related Questions
My sorting layers keep getting messed up. Anyone knows how to fix this issue? 1 Answer
localScale.x Affecting Player Translations 0 Answers
Calculate BoxCollider2D based on the actual player sprite 2 Answers
Sprite AI rapidly flipping to try and face the player. This is driving me insane. 0 Answers
How do I create sprites and animate ? 0 Answers