Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 693 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 693 Bytes

Simple2DParallax

A basic parallax effect for Unity 2D.

A simple demo:

Demo

Examples

You can find examples in Simple2DParallaxExamples~

Installation

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.