Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.76 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.76 KB

Unity Parallax Camera

Unity Parallax Camera is a camera script that enables parallax effect on the background images. This package comes with an example scene, testing assets, and a script for controlling the camera.

Functionalities

  • Camera panning using the arrow keys or mouse
  • Zoom in and out using the mouse scroll

Included

  • Example Scene
  • Testing Assets
  • Script for controlling the camera

Dependencies

  • Unity 2019 and above

Installation

To use Unity Parallax Camera, follow these steps:

  1. Clone or download the project
  2. Import the Unity Parallax Camera package by selecting Assets > Import Package > Custom Package and selecting the downloaded package.
  3. Open the example scene located in the Scenes folder to see how the script works.

Credits & Licenss

Design assets were made by aethrall. https://aethrall.itch.io/demon-woods-parallax-background

This Package is released under the MIT License, which means it is free for commercial and non-commercial use, modification, and distribution, subject to the following conditions:

The Software is provided "as is," without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the Software or the use or other dealings in the Software. This means that you can use this package for free in your own projects, modify it to suit your needs, and even distribute it to others. However, please note that the MIT License does not come with any warranty, so use the package at your own risk.