An open API service indexing awesome lists of open source software.

https://github.com/m039/simple2dparallax

A basic parallax effect for Unity 2D.
https://github.com/m039/simple2dparallax

2d parallax unity

Last synced: 12 months ago
JSON representation

A basic parallax effect for Unity 2D.

Awesome Lists containing this project

README

          

# Simple2DParallax
A basic parallax effect for Unity 2D.

A simple demo:

[![Demo](https://i.imgur.com/mgZj8sH.gif)](https://youtu.be/Im8eCi0pSss)

## Examples

You can find examples in [Simple2DParallaxExamples~](Simple2DParallaxExamples~)

## Installation

Simple2DParallax uses [Unity's Package Manager](https://docs.unity3d.com/Manual/CustomPackages.html). 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](https://docs.unity3d.com/Manual/upm-dependencies.html).