Unity 2D Parallax Background Effect in 100 Seconds

Let’s learn how to make parallax background effect in unity 2d in less than 100 seconds, no coding necessary! If you get stuck, you can ask for help on our discord server! Join through this link: PasteBin Links: ----- GitHub Gist Link: ----- 2D Platformer Art Pack: ----- Instructions: 1. Download the parallax system scripts and import them into your project 2. Create a new game object and name it “Level“ 3. Add all of your layers as children 4. Attach the ParallaxLayer script to all of your layers 5. Set the values so that the mountains in the back are positive values, increasing the farther they are fr
Back to Top