Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joshalexjacobs/unity-segmented-parallax

A Unity package that handles seamless segmented parallax for infinite scrolling 2D backgrounds.
https://github.com/joshalexjacobs/unity-segmented-parallax

2d-graphics csharp infinite-scroll shmup unity unity3d unitypackage

Last synced: 3 days ago
JSON representation

A Unity package that handles seamless segmented parallax for infinite scrolling 2D backgrounds.

Awesome Lists containing this project

README

        

# unity-segmented-parallax
A lightweight solution for segmented infintely scrolling 2D backgrounds.

![Sample Gif](https://i.imgur.com/t2zcUFQ.gif)

## Installation

### Unity Package Manager
https://docs.unity3d.com/Packages/[email protected]/manual/index.html

* Within Unity, navigate to Window > Package Manager
* Click the + button in the top left and select "Add package from git URL..."
* Paste this repository's git URL `https://github.com/Joshalexjacobs/unity-segmented-parallax.git` and click the Add button

## Getting Started

For now you'll need to import the Example Scene from the Package Manager window:

![Samples](https://i.imgur.com/qE96UrJ.png)

## Todo
* Simple bounding boxes for transform clamping
* Vertical and Horizontal scrolling (currently only vertical is supported)
* Documentation