Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# [Unity Gyroscope Parallax](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax)

[![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/)
[![Unity Asset Store](https://img.shields.io/badge/Asset%20Store-View-blue?logo=unity&labelColor=333A41 'Asset Store')](https://u3d.as/3E42)
[![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)
[![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)
[![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)
Expand Down Expand Up @@ -51,10 +50,6 @@ Unity Parallax based on gyroscope components. Supported fake gyroscope for simul
openupm add extensions.unity.gyroscope.parallax
```

### Option 3 - Asset Store

- **[▶️ Open Asset Store](https://u3d.as/3E42)**

---

# Usage
Expand Down
5 changes: 0 additions & 5 deletions Unity-Package/Assets/root/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# [Unity Gyroscope Parallax](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax)

[![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/)
[![Unity Asset Store](https://img.shields.io/badge/Asset%20Store-View-blue?logo=unity&labelColor=333A41 'Asset Store')](https://u3d.as/3E42)
[![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)
[![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)
[![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)
Expand Down Expand Up @@ -51,10 +50,6 @@ Unity Parallax based on gyroscope components. Supported fake gyroscope for simul
openupm add extensions.unity.gyroscope.parallax
```

### Option 3 - Asset Store

- **[▶️ Open Asset Store](https://u3d.as/3E42)**

---

# Usage
Expand Down
2 changes: 1 addition & 1 deletion Unity-Package/Assets/root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"email": "[email protected]",
"url": "https://github.com/IvanMurzak"
},
"version": "1.5.0",
"version": "1.5.1",
"unity": "2019.2",
"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.",
"keywords": [
Expand Down
Loading