Skip to content

Commit efd5743

Browse files
committed
Replaced dependency source from NPM.JS to OpenUPM
1 parent f581ff4 commit efd5743

File tree

2 files changed

+24
-36
lines changed

2 files changed

+24
-36
lines changed

Assets/_PackageRoot/package.json

Lines changed: 20 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,23 @@
11
{
2-
"name": "extensions.unity.gyroscope.parallax",
3-
"displayName": "Unity Gyroscope Parallax",
2+
"name": "extensions.unity.gyroscope.parallax",
3+
"displayName": "Unity Gyroscope Parallax",
44
"author": { "name": "Ivan Murzak", "url": "https://github.com/IvanMurzak" },
5-
"version": "1.4.1",
6-
"unity": "2019.2",
7-
"description": "Unity Parallax based on gyroscope components.",
8-
"dependencies": {
9-
"com.cysharp.unitask": "2.2.5",
10-
"extensions.unity.gyroscope.manager": "1.2.6"
11-
},
12-
"scopedRegistries": [
13-
{
14-
"name": "Unity Extensions",
15-
"url": "https://registry.npmjs.org",
16-
"scopes": [
17-
"extensions.unity"
18-
]
19-
},
20-
{
21-
"name": "NPM",
22-
"url": "https://registry.npmjs.org",
23-
"scopes": [
24-
"com.cysharp",
25-
"com.neuecc"
26-
]
27-
}
28-
]
5+
"version": "1.4.1",
6+
"unity": "2019.2",
7+
"description": "Unity Parallax based on gyroscope components.",
8+
"dependencies": {
9+
"com.cysharp.unitask": "2.3.3",
10+
"extensions.unity.gyroscope.manager": "1.2.6"
11+
},
12+
"scopedRegistries": [
13+
{
14+
"name": "package.openupm.com",
15+
"url": "https://package.openupm.com",
16+
"scopes": [
17+
"extensions.unity.gyroscope.manager",
18+
"com.cysharp",
19+
"com.neuecc"
20+
]
21+
}
22+
]
2923
}

Packages/manifest.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"com.cysharp.unitask": "2.2.5",
3+
"com.cysharp.unitask": "2.3.3",
44
"com.unity.2d.sprite": "1.0.0",
55
"com.unity.ide.visualstudio": "2.0.16",
66
"com.unity.ide.vscode": "1.2.5",
@@ -41,16 +41,10 @@
4141
},
4242
"scopedRegistries": [
4343
{
44-
"name": "Unity Extensions",
45-
"url": "https://registry.npmjs.org",
46-
"scopes": [
47-
"extensions.unity"
48-
]
49-
},
50-
{
51-
"name": "NPM",
52-
"url": "https://registry.npmjs.org",
44+
"name": "package.openupm.com",
45+
"url": "https://package.openupm.com",
5346
"scopes": [
47+
"extensions.unity.gyroscope.manager",
5448
"com.cysharp",
5549
"com.neuecc"
5650
]

0 commit comments

Comments
 (0)