From 7b7ed43c4200135c9d38726293ccc67f16dacb28 Mon Sep 17 00:00:00 2001 From: Ivan Murzak Date: Tue, 12 Jul 2022 15:48:32 +0300 Subject: [PATCH] 1.3.1 -> 1.4.0 --- Assets/_PackageRoot/README.md | 4 ++-- Assets/_PackageRoot/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/_PackageRoot/README.md b/Assets/_PackageRoot/README.md index f9ebc2f..eae3c98 100644 --- a/Assets/_PackageRoot/README.md +++ b/Assets/_PackageRoot/README.md @@ -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. @@ -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": [ { diff --git a/Assets/_PackageRoot/package.json b/Assets/_PackageRoot/package.json index 3a14b56..52bad0e 100644 --- a/Assets/_PackageRoot/package.json +++ b/Assets/_PackageRoot/package.json @@ -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": {