Skip to content

Commit

Permalink
1.3.1 -> 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanMurzak committed Jul 12, 2022
1 parent f268e85 commit 7b7ed43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Assets/_PackageRoot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Unity Parallax based on gyroscope components. Supported fake gyroscope for simul
- ✔️ move/rotate objects based on gyroscope
- ✔️ ability to add custom controllers

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

# GyroMover2D
Moves list of objects using gyroscope.
Expand All @@ -35,7 +35,7 @@ Rotates list of objects using gyroscope.
```json
{
"dependencies": {
"extensions.unity.gyroscope.parallax": "1.3.1",
"extensions.unity.gyroscope.parallax": "1.4.0",
},
"scopedRegistries": [
{
Expand Down
2 changes: 1 addition & 1 deletion Assets/_PackageRoot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "extensions.unity.gyroscope.parallax",
"displayName": "Unity Gyroscope Parallax",
"author": { "name": "Ivan Murzak", "url": "https://github.com/IvanMurzak" },
"version": "1.3.1",
"version": "1.4.0",
"unity": "2019.2",
"description": "Unity Parallax based on gyroscope components.",
"dependencies": {
Expand Down

0 comments on commit 7b7ed43

Please sign in to comment.