1.0.4 • Published 1 year ago

extensions.unity.mouse.parallax v1.0.4

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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

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
1.0.4

1 year ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago