Anyway, I’m developing a game where the player will roam the universe, for that I need an infinite background.
In the game the camera follows the player and the scene does not move. Move as the player moves. So most tutorials do not apply as there is no movement in relation to the background.
My solution was to use Box collider 2D (as I saw in other tutorials), and when the camera collides with the box collider it generates another background.
So … I’ll try to explain a little about the gameplay.
The player is a planet and is moving through the universe. OK? However, I have to create an infinite background that doesn’t move. Because the background will move ONLY if the player moves.