Skip to content

Commit fc9f930

Browse files
authored
Update README.md
1 parent efd5743 commit fc9f930

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

README.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Unity-Gyroscope-Parallax
2-
![npm](https://img.shields.io/npm/v/extensions.unity.gyroscope.parallax) ![License](https://img.shields.io/github/license/IvanMurzak/Unity-Gyroscope-Parallax) [![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)
2+
![npm](https://img.shields.io/npm/v/extensions.unity.gyroscope.parallax) [![openupm](https://img.shields.io/npm/v/extensions.unity.gyroscope.parallax?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/extensions.unity.gyroscope.parallax/) ![License](https://img.shields.io/github/license/IvanMurzak/Unity-Gyroscope-Parallax) [![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)
33

44
Unity Parallax based on gyroscope components. Supported fake gyroscope for simulation in Unity Editor. Alternative version to [Unity-Mouse-Parallax](https://github.com/IvanMurzak/Unity-Mouse-Parallax).
55

@@ -28,12 +28,10 @@ Rotates list of objects using gyroscope.
2828

2929
![Unity_CeUGRyFD5v](https://user-images.githubusercontent.com/9135028/166467361-485a1e2b-f799-4700-ada8-3982e06f2245.gif)
3030

31-
32-
3331
# How to install - Option 1 (RECOMMENDED)
3432
- [Install OpenUPM-CLI](https://github.com/openupm/openupm-cli#installation)
3533
- Open command line in Unity project folder
36-
- `openupm --registry https://registry.npmjs.org add extensions.unity.gyroscope.parallax`
34+
- `openupm add extensions.unity.gyroscope.parallax`
3735

3836
# How to install - Option 2
3937
- Add this code to <code>/Packages/manifest.json</code>
@@ -44,16 +42,10 @@ Rotates list of objects using gyroscope.
4442
},
4543
"scopedRegistries": [
4644
{
47-
"name": "Unity Extensions",
48-
"url": "https://registry.npmjs.org",
49-
"scopes": [
50-
"extensions.unity"
51-
]
52-
},
53-
{
54-
"name": "NPM",
55-
"url": "https://registry.npmjs.org",
45+
"name": "package.openupm.com",
46+
"url": "https://package.openupm.com",
5647
"scopes": [
48+
"extensions.unity.gyroscope.parallax",
5749
"com.cysharp",
5850
"com.neuecc"
5951
]

0 commit comments

Comments
 (0)