Skip to content

Commit 7b7ed43

Browse files
committed
1.3.1 -> 1.4.0
1 parent f268e85 commit 7b7ed43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Assets/_PackageRoot/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Unity Parallax based on gyroscope components. Supported fake gyroscope for simul
1010
- ✔️ move/rotate objects based on gyroscope
1111
- ✔️ ability to add custom controllers
1212

13-
![Unity_hJmku5zeme](https://user-images.githubusercontent.com/9135028/166466994-ae626370-a9c1-49f0-a00f-75fc93ce601a.gif)
13+
![unity-gyroscope-parallax-small](https://user-images.githubusercontent.com/9135028/177197269-a11dd87c-3f6b-400d-bf91-01a9b051cb1b.gif)
1414

1515
# GyroMover2D
1616
Moves list of objects using gyroscope.
@@ -35,7 +35,7 @@ Rotates list of objects using gyroscope.
3535
```json
3636
{
3737
"dependencies": {
38-
"extensions.unity.gyroscope.parallax": "1.3.1",
38+
"extensions.unity.gyroscope.parallax": "1.4.0",
3939
},
4040
"scopedRegistries": [
4141
{

Assets/_PackageRoot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "extensions.unity.gyroscope.parallax",
33
"displayName": "Unity Gyroscope Parallax",
44
"author": { "name": "Ivan Murzak", "url": "https://github.com/IvanMurzak" },
5-
"version": "1.3.1",
5+
"version": "1.4.0",
66
"unity": "2019.2",
77
"description": "Unity Parallax based on gyroscope components.",
88
"dependencies": {

0 commit comments

Comments
 (0)