https://github.com/ivanmurzak/unity-gyroscope-manager
Unity Gyroscope manager. Base package for helpful Gyroscope tools.
https://github.com/ivanmurzak/unity-gyroscope-manager
gyroscope unity unity2d unity3d unitypackage
Last synced: 7 months ago
JSON representation
Unity Gyroscope manager. Base package for helpful Gyroscope tools.
- Host: GitHub
- URL: https://github.com/ivanmurzak/unity-gyroscope-manager
- Owner: IvanMurzak
- License: mit
- Created: 2022-05-03T08:54:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T22:17:07.000Z (over 2 years ago)
- Last Synced: 2025-03-17T04:51:35.328Z (7 months ago)
- Topics: gyroscope, unity, unity2d, unity3d, unitypackage
- Language: C#
- Homepage:
- Size: 134 KB
- Stars: 17
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity-Gyroscope-Manager
 [](https://openupm.com/packages/extensions.unity.gyroscope.manager/)  [](https://stand-with-ukraine.pp.ua)Unity Gyroscope manager. Base package for helpful Gyroscope tools. Such as [Unity-Gyroscope-Parallax](https://github.com/IvanMurzak/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](https://github.com/openupm/openupm-cli#installation)
- 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
```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.