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 GitHubUnity-Gyroscope-Manager
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

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
Gyroscopecomponent on it - Activate
Use Fake Gyroscope In Editor - Press
Playbutton in Unity Editor - Change needed values in
Gyroscopecomponent.
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!

Sign in to join the conversation
Sign In