Unity Parallax based on mouse input. Alternative version to Unity-Gyroscope-Parallax.
- ✔️ support legacy Input System
- ✔️ support new Input System
- ✔️ move/rotate objects based on mouse input
- ✔️ ability to add custom controllers
Full demo video
Unity_93T6QlZNhC.mp4
Moves list of objects using mouse input.
Rotates list of objects using mouse input.
- Install OpenUPM-CLI
- Open command line in Unity project folder
openupm add extensions.unity.mouse.parallax
- Add this code to
/Packages/manifest.json
{
"dependencies": {
"extensions.unity.mouse.parallax": "1.0.4",
},
"scopedRegistries": [
{
"name": "package.openupm.com",
"url": "https://package.openupm.com",
"scopes": [
"extensions.unity",
"com.cysharp"
]
}
]
}
- add needed
Mouse...2D
component to any GameObject - link Targets to list of targets
- press 'Play' button in Unity Editor