Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 837 Bytes

File metadata and controls

24 lines (16 loc) · 837 Bytes

unity-segmented-parallax

A lightweight solution for segmented infintely scrolling 2D backgrounds.

Sample Gif

Installation

Unity Package Manager

https://docs.unity3d.com/Packages/com.unity.package-manager-ui@2.0/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

Todo

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