extensions.unity.gyroscope.manager
v1.2.6
Published
Unity Gyroscope manager. Base package for helpful Gyroscope tools.
Downloads
23
Readme
Unity-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
- Add this code to /Packages/manifest.json
{
"dependencies": {
"extensions.unity.gyroscope.manager": "1.2.0",
},
"scopedRegistries": [
{
"name": "Unity Extensions",
"url": "https://registry.npmjs.org",
"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.
