extensions.unity.mouse.parallax

1.0.4 • Public • Published

Unity-Mouse-Parallax

npm openupm License Stand With Ukraine

Unity Parallax based on mouse input. Alternative version to Unity-Gyroscope-Parallax.

Features

  • ✔️ support legacy Input System
  • ✔️ support new Input System
  • ✔️ move/rotate objects based on mouse input
  • ✔️ ability to add custom controllers

Short Demo

Full demo video

https://user-images.githubusercontent.com/9135028/198884331-8e084cda-77bb-427a-bb6a-7d6af585b26f.mp4

MouseMover2D

Moves list of objects using mouse input.

Unity_2OiBF8IwNI

MouseRotator2D

Rotates list of objects using mouse input.

Unity_uWbnrUEaR2

How to install - Option 1 (RECOMMENDED)

  • Install OpenUPM-CLI
  • Open command line in Unity project folder
  • openupm add extensions.unity.mouse.parallax

How to install - Option 2

  • Add this code to /Packages/manifest.json
{
  "dependencies": {
    "extensions.unity.mouse.parallax": "1.0.3",
  },
  "scopedRegistries": [
    {
      "name": "package.openupm.com",
      "url": "https://package.openupm.com",
      "scopes": [
        "extensions.unity",
        "com.cysharp"
      ]
    }
  ]
}

How to use

  • add needed Mouse...2D component to any GameObject
  • link Targets to list of targets
  • press 'Play' button in Unity Editor

Readme

Keywords

Package Sidebar

Install

npm i extensions.unity.mouse.parallax

Weekly Downloads

4

Version

1.0.4

License

none

Unpacked Size

56 kB

Total Files

39

Last publish

Collaborators

  • baizor