Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/joshalexjacobs/unity-segmented-parallax
- Owner: Joshalexjacobs
- License: mit
- Created: 2022-11-27T04:41:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T07:11:49.000Z (about 2 years ago)
- Last Synced: 2024-11-08T07:43:41.397Z (about 2 months ago)
- Topics: 2d-graphics, csharp, infinite-scroll, shmup, unity, unity3d, unitypackage
- Language: C#
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: License
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