forked from garret-more-stories/unity_gyro_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 765 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "com.morestories.unity_gyro_tools",
"version": "0.1.5",
"displayName": "GyroTools",
"description": "A set of scripts to help with the addition of gyroscope and accelerometer inputs in Unity games",
"unity": "2022.3",
"unityRelease": "37f1",
"keywords": [
"gyroscope",
"gyro",
"accelerometer"
],
"samples": [
{
"displayName": "Object Gyro Rotation",
"description": "Sample scene where an object is rotated by a controller's gyro",
"path": "Samples~/SamplesObjectRotation"
}
],
"author": {
"name": "Garret",
"email": "garretmorestories@gmail.com",
"url": "https://www.unity3d.com"
},
"dependencies": {
"com.unity.inputsystem": "1.14.2",
"com.unity.ext.nunit": "2.0.5"
}
}