A basic parallax effect for Unity 2D.
A simple demo:
You can find examples in Simple2DParallaxExamples~
Simple2DParallax uses Unity's Package Manager. In order to use it you'll need to add the following lines to your Packages/manifest.json file:
"dependencies": {
"com.m039.parallax": "https://github.com/m039/Simple2DParallax.git"
}
You can read more about how to add a package to your project in the manual.