{"id":14960594,"url":"https://github.com/ivanmurzak/unity-mouse-parallax","last_synced_at":"2025-10-24T18:31:48.337Z","repository":{"id":113845082,"uuid":"559304047","full_name":"IvanMurzak/Unity-Mouse-Parallax","owner":"IvanMurzak","description":"Unity Parallax based on mouse position.","archived":false,"fork":false,"pushed_at":"2023-03-16T20:43:05.000Z","size":3739,"stargazers_count":28,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T03:38:38.249Z","etag":null,"topics":["package","unity","unity-plugin","unity2d","unity3d","unity3d-plugin","unitypackage","unityplugin"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IvanMurzak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-29T17:38:53.000Z","updated_at":"2025-01-09T02:53:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"fdf16f3d-5ade-40c8-af65-1c2b9eeaf182","html_url":"https://github.com/IvanMurzak/Unity-Mouse-Parallax","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"6333423035ef929d926cd203371062cf0d435b46"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":"IvanMurzak/Unity-Package-Template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanMurzak%2FUnity-Mouse-Parallax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanMurzak%2FUnity-Mouse-Parallax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanMurzak%2FUnity-Mouse-Parallax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanMurzak%2FUnity-Mouse-Parallax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IvanMurzak","download_url":"https://codeload.github.com/IvanMurzak/Unity-Mouse-Parallax/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238024405,"owners_count":19403836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["package","unity","unity-plugin","unity2d","unity3d","unity3d-plugin","unitypackage","unityplugin"],"created_at":"2024-09-24T13:22:34.731Z","updated_at":"2025-10-24T18:31:45.074Z","avatar_url":"https://github.com/IvanMurzak.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unity-Mouse-Parallax\n![npm](https://img.shields.io/npm/v/extensions.unity.mouse.parallax) [![openupm](https://img.shields.io/npm/v/extensions.unity.mouse.parallax?label=openupm\u0026registry_uri=https://package.openupm.com)](https://openupm.com/packages/extensions.unity.mouse.parallax/) ![License](https://img.shields.io/github/license/IvanMurzak/Unity-Mouse-Parallax) [![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)\n\nUnity Parallax based on mouse input. Alternative version to [Unity-Gyroscope-Parallax](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax).\n\n### Features\n- ✔️ support legacy Input System\n- ✔️ support new Input System\n- ✔️ move/rotate objects based on mouse input\n- ✔️ ability to add custom controllers\n\n![Short Demo](https://user-images.githubusercontent.com/9135028/198884624-d8dacd24-41db-4488-b33c-59102809c336.gif)\n\n\u003cdetails\u003e\n  \u003csummary\u003eFull demo video\u003c/summary\u003e\n  \nhttps://user-images.githubusercontent.com/9135028/198884331-8e084cda-77bb-427a-bb6a-7d6af585b26f.mp4\n\n\u003c/details\u003e\n\n\n# MouseMover2D\nMoves list of objects using mouse input.\n\n![Unity_2OiBF8IwNI](https://user-images.githubusercontent.com/9135028/198884833-761cd597-f749-4d02-8742-7fdf46c6144c.png)\n\n# MouseRotator2D\nRotates list of objects using mouse input.\n\n![Unity_uWbnrUEaR2](https://user-images.githubusercontent.com/9135028/198884825-d3b2872e-5331-4519-afe6-9061b80ebd8c.png)\n\n# How to install - Option 1 (RECOMMENDED)\n- [Install OpenUPM-CLI](https://github.com/openupm/openupm-cli#installation)\n- Open command line in Unity project folder\n- `openupm add extensions.unity.mouse.parallax`\n\n# How to install - Option 2\n- Add this code to \u003ccode\u003e/Packages/manifest.json\u003c/code\u003e\n```json\n{\n  \"dependencies\": {\n    \"extensions.unity.mouse.parallax\": \"1.0.4\",\n  },\n  \"scopedRegistries\": [\n    {\n      \"name\": \"package.openupm.com\",\n      \"url\": \"https://package.openupm.com\",\n      \"scopes\": [\n        \"extensions.unity\",\n        \"com.cysharp\"\n      ]\n    }\n  ]\n}\n```\n\n# How to use\n- add needed `Mouse...2D` component to any GameObject\n- link Targets to list of targets\n- press 'Play' button in Unity Editor\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanmurzak%2Funity-mouse-parallax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivanmurzak%2Funity-mouse-parallax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanmurzak%2Funity-mouse-parallax/lists"}