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: 5 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T07:11:49.000Z (over 2 years ago)
- Last Synced: 2024-12-31T05:28:08.891Z (7 months ago)
- Topics: 2d-graphics, csharp, infinite-scroll, shmup, unity, unity3d, unitypackage
- Language: C#
- Homepage:
- Size: 51.8 KB
- Stars: 2
- 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.
## 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:

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