- Home /
How can I make tiles move for a dynamic background
Hi, I'm tryna make some space invaders shooting 2d game.
For the background, I'm using a tile map with a set of 40x40 px tiles, and during the game, I wanted them to like scroll down endlessly to make a dynamic space background, how can make tiles move generating an "endless" background?
Thanks
Can you move the object that contains the tilemap down?
I'm sorry, I think I didn't understand your question, I have a spaceship (simple sprite), that can move all around the scene when I touch the screen, then I have a grid, which contains the Tile Map element with the tiles.
Your answer
Follow this Question
Related Questions
Is it possible to create a GameObject from a set of tiles? (2D) 0 Answers
Can isometric tiles be rotated? 0 Answers
My character is floating. How do I fix this? 1 Answer
How to create tile prefabs? 1 Answer
Spawning a specific Tile in a random position a certain distance from the player character 1 Answer