Skip to content

Commit 09bd8a6

Browse files
authored
Merge pull request #7 from IvanMurzak/IvanMurzak-patch-1
Remove Asset Store option from README
2 parents b3c8183 + bde2bda commit 09bd8a6

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# [Unity Gyroscope Parallax](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax)
22

33
[![OpenUPM](https://img.shields.io/npm/v/extensions.unity.gyroscope.parallax?label=OpenUPM&registry_uri=https://package.openupm.com&labelColor=333A41 'OpenUPM package')](https://openupm.com/packages/extensions.unity.gyroscope.parallax/)
4-
[![Unity Asset Store](https://img.shields.io/badge/Asset%20Store-View-blue?logo=unity&labelColor=333A41 'Asset Store')](https://u3d.as/3E42)
54
[![Unity Editor](https://img.shields.io/badge/Editor-X?style=flat&logo=unity&labelColor=333A41&color=49BC5C 'Unity Editor supported')](https://unity.com/releases/editor/archive)
65
[![Unity Runtime](https://img.shields.io/badge/Runtime-X?style=flat&logo=unity&labelColor=333A41&color=49BC5C 'Unity Runtime supported')](https://unity.com/releases/editor/archive)
76
[![r](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg 'Tests Passed')](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/actions/workflows/release.yml)
@@ -51,10 +50,6 @@ Unity Parallax based on gyroscope components. Supported fake gyroscope for simul
5150
openupm add extensions.unity.gyroscope.parallax
5251
```
5352

54-
### Option 3 - Asset Store
55-
56-
- **[▶️ Open Asset Store](https://u3d.as/3E42)**
57-
5853
---
5954

6055
# Usage

Unity-Package/Assets/root/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# [Unity Gyroscope Parallax](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax)
22

33
[![OpenUPM](https://img.shields.io/npm/v/extensions.unity.gyroscope.parallax?label=OpenUPM&registry_uri=https://package.openupm.com&labelColor=333A41 'OpenUPM package')](https://openupm.com/packages/extensions.unity.gyroscope.parallax/)
4-
[![Unity Asset Store](https://img.shields.io/badge/Asset%20Store-View-blue?logo=unity&labelColor=333A41 'Asset Store')](https://u3d.as/3E42)
54
[![Unity Editor](https://img.shields.io/badge/Editor-X?style=flat&logo=unity&labelColor=333A41&color=49BC5C 'Unity Editor supported')](https://unity.com/releases/editor/archive)
65
[![Unity Runtime](https://img.shields.io/badge/Runtime-X?style=flat&logo=unity&labelColor=333A41&color=49BC5C 'Unity Runtime supported')](https://unity.com/releases/editor/archive)
76
[![r](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/workflows/release/badge.svg 'Tests Passed')](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/actions/workflows/release.yml)
@@ -51,10 +50,6 @@ Unity Parallax based on gyroscope components. Supported fake gyroscope for simul
5150
openupm add extensions.unity.gyroscope.parallax
5251
```
5352

54-
### Option 3 - Asset Store
55-
56-
- **[▶️ Open Asset Store](https://u3d.as/3E42)**
57-
5853
---
5954

6055
# Usage

Unity-Package/Assets/root/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"email": "[email protected]",
77
"url": "https://github.com/IvanMurzak"
88
},
9-
"version": "1.5.0",
9+
"version": "1.5.1",
1010
"unity": "2019.2",
1111
"description": "A Unity plugin that enables parallax effects based on device gyroscope data. It allows you to create dynamic and immersive experiences by moving UI elements or game objects in response to device orientation changes. Perfect for adding depth and interactivity to your 2D and 3D projects.",
1212
"keywords": [

0 commit comments

Comments
 (0)