API v1 checking… · p50 — · 0 installs/hr
v0.1.0
Project
View on GitHub
IvanMurzak

Unity Gyroscope Manager

New
23 0

Unity Gyroscope manager. Base package for helpful Gyroscope tools.

Unity Project

Built with Unity 2020.3.25f1 · download the source from GitHub

Download 0

README

Rendered from GitHub

Unity-Gyroscope-Manager

npm openupm License Stand With Ukraine

Unity Gyroscope manager. Base package for helpful Gyroscope tools. Such as Unity-Gyroscope-Parallax.

Features

  • ✔️ support legacy Input System
  • ✔️ support new Input System
  • ✔️ ability to simulate gyroscope in Unity Editor

image

How to install - Option 1 (RECOMMENDED)

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

How to install - Option 2

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

How to use Fake Gyroscope

  • Create empty gameobject and add Gyroscope component on it
  • Activate Use Fake Gyroscope In Editor
  • Press Play button in Unity Editor
  • Change needed values in Gyroscope component.
Versions 0

No versions tracked yet.

Dependencies 0

No dependencies.

Changelog 0 releases

No changelog entries yet. Run the admin Changelog & Version Scanner to pull from the repository's CHANGELOG.md.

Comments

No comments yet. Be the first!