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.
- Host: GitHub
- URL: https://github.com/m039/simple2dparallax
- Owner: m039
- License: mit
- Created: 2019-12-15T09:00:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-25T17:47:38.000Z (over 6 years ago)
- Last Synced: 2025-04-29T04:43:14.092Z (about 1 year ago)
- Topics: 2d, parallax, unity
- Language: C#
- Size: 247 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple2DParallax
A basic parallax effect for Unity 2D.
A simple demo:
[](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).