Skip to content

Commit fa464d3

Browse files
committed
Upgrade UnityProject to Unity 2021.3.26f1
1 parent 6ced6c2 commit fa464d3

File tree

7 files changed

+60
-58
lines changed

7 files changed

+60
-58
lines changed
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"author": {
3-
"name": "Voltstro",
4-
"email": "me@voltstro.dev",
5-
"url": "https://voltstro.dev"
6-
},
72
"licensesUrl": "https://github.com/Voltstro-Studios/UnityWebBrowser/blob/master/LICENSE.md",
8-
"displayName": "Unity Web Browser CEF Engine (Linux x64)",
9-
"description": "CEF Engine for Unity Web Browser (Linux x64)",
10-
"documentationUrl": "https://projects.voltstro.dev/UnityWebBrowser/",
3+
"name": "dev.voltstro.unitywebbrowser.engine.cef.linux.x64",
114
"repository": {
12-
"url": "https://github.com/Voltstro-Studios/UnityWebBrowser.git",
13-
"type": "git"
5+
"type": "git",
6+
"url": "https://github.com/Voltstro-Studios/UnityWebBrowser.git"
7+
},
8+
"author": {
9+
"email": "me@voltstro.dev",
10+
"url": "https://voltstro.dev",
11+
"name": "Voltstro"
1412
},
15-
"version": "2.0.1-106.1.1",
16-
"name": "dev.voltstro.unitywebbrowser.engine.cef.linux.x64",
1713
"changelogUrl": "https://projects.voltstro.dev/UnityWebBrowser/changelog/",
14+
"unity": "2021.2",
1815
"dependencies": {
1916
"dev.voltstro.unitywebbrowser.engine.cef": "2.0.1-106.1.1",
2017
"dev.voltstro.unitywebbrowser.unix-support": "1.0.0"
2118
},
22-
"unity": "2021.2"
19+
"documentationUrl": "https://projects.voltstro.dev/UnityWebBrowser/",
20+
"description": "CEF Engine for Unity Web Browser (Linux x64)",
21+
"displayName": "Unity Web Browser CEF Engine (Linux x64)",
22+
"version": "2.0.1-106.1.1"
2323
}
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"author": {
3-
"name": "Voltstro",
4-
"email": "me@voltstro.dev",
5-
"url": "https://voltstro.dev"
6-
},
72
"licensesUrl": "https://github.com/Voltstro-Studios/UnityWebBrowser/blob/master/LICENSE.md",
8-
"displayName": "Unity Web Browser CEF Engine (Windows x64)",
9-
"description": "CEF Engine for Unity Web Browser (Windows x64)",
10-
"documentationUrl": "https://projects.voltstro.dev/UnityWebBrowser/",
3+
"name": "dev.voltstro.unitywebbrowser.engine.cef.win.x64",
114
"repository": {
12-
"url": "https://github.com/Voltstro-Studios/UnityWebBrowser.git",
13-
"type": "git"
5+
"type": "git",
6+
"url": "https://github.com/Voltstro-Studios/UnityWebBrowser.git"
7+
},
8+
"author": {
9+
"email": "me@voltstro.dev",
10+
"url": "https://voltstro.dev",
11+
"name": "Voltstro"
1412
},
15-
"version": "2.0.1-106.1.1",
16-
"name": "dev.voltstro.unitywebbrowser.engine.cef.win.x64",
1713
"changelogUrl": "https://projects.voltstro.dev/UnityWebBrowser/changelog/",
14+
"unity": "2021.2",
1815
"dependencies": {
1916
"dev.voltstro.unitywebbrowser.engine.cef": "2.0.1-106.1.1"
2017
},
21-
"unity": "2021.2"
18+
"documentationUrl": "https://projects.voltstro.dev/UnityWebBrowser/",
19+
"description": "CEF Engine for Unity Web Browser (Windows x64)",
20+
"displayName": "Unity Web Browser CEF Engine (Windows x64)",
21+
"version": "2.0.1-106.1.1"
2222
}
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"repository": {
3-
"url": "https://github.com/Voltstro-Studios/UnityWebBrowser.git",
4-
"type": "git"
5-
},
2+
"hideInEditor": false,
3+
"changelogUrl": "https://projects.voltstro.dev/UnityWebBrowser/changelog/",
4+
"description": "CEF Engine for Unity Web Browser",
65
"documentationUrl": "https://projects.voltstro.dev/UnityWebBrowser/",
7-
"licensesUrl": "https://github.com/Voltstro-Studios/UnityWebBrowser/blob/master/LICENSE.md",
8-
"dependencies": {
9-
"dev.voltstro.unitywebbrowser": "2.0.0"
10-
},
116
"version": "2.0.1-106.1.1",
12-
"displayName": "Unity Web Browser CEF Engine",
13-
"changelogUrl": "https://projects.voltstro.dev/UnityWebBrowser/changelog/",
14-
"name": "dev.voltstro.unitywebbrowser.engine.cef",
157
"author": {
16-
"name": "Voltstro",
178
"email": "me@voltstro.dev",
18-
"url": "https://voltstro.dev"
9+
"url": "https://voltstro.dev",
10+
"name": "Voltstro"
1911
},
20-
"description": "CEF Engine for Unity Web Browser",
2112
"unity": "2021.3",
22-
"hideInEditor": false
13+
"dependencies": {
14+
"dev.voltstro.unitywebbrowser": "2.0.0"
15+
},
16+
"licensesUrl": "https://github.com/Voltstro-Studios/UnityWebBrowser/blob/master/LICENSE.md",
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/Voltstro-Studios/UnityWebBrowser.git"
20+
},
21+
"name": "dev.voltstro.unitywebbrowser.engine.cef",
22+
"displayName": "Unity Web Browser CEF Engine"
2323
}

src/UnityWebBrowser.UnityProject/Packages/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"dependencies": {
3-
"com.unity.ide.rider": "3.0.16",
4-
"com.unity.ide.visualstudio": "2.0.16",
3+
"com.unity.ide.rider": "3.0.21",
4+
"com.unity.ide.visualstudio": "2.0.18",
55
"com.unity.ide.vscode": "1.2.5",
6-
"com.unity.inputsystem": "1.4.4",
6+
"com.unity.inputsystem": "1.5.1",
77
"com.unity.test-framework": "1.1.33",
88
"com.unity.textmeshpro": "3.0.6",
9-
"com.unity.toolchain.linux-x86_64": "2.0.2",
9+
"com.unity.toolchain.linux-x86_64": "2.0.4",
1010
"com.unity.ugui": "1.0.0",
1111
"dev.voltstro.unityimgui": "5.0.1",
1212
"dev.voltstro.unityvoltbuilder": "4.1.2",

src/UnityWebBrowser.UnityProject/Packages/packages-lock.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://packages.unity.com"
1616
},
1717
"com.unity.ide.rider": {
18-
"version": "3.0.16",
18+
"version": "3.0.21",
1919
"depth": 0,
2020
"source": "registry",
2121
"dependencies": {
@@ -24,7 +24,7 @@
2424
"url": "https://packages.unity.com"
2525
},
2626
"com.unity.ide.visualstudio": {
27-
"version": "2.0.16",
27+
"version": "2.0.18",
2828
"depth": 0,
2929
"source": "registry",
3030
"dependencies": {
@@ -40,7 +40,7 @@
4040
"url": "https://packages.unity.com"
4141
},
4242
"com.unity.inputsystem": {
43-
"version": "1.4.4",
43+
"version": "1.5.1",
4444
"depth": 0,
4545
"source": "registry",
4646
"dependencies": {
@@ -49,7 +49,7 @@
4949
"url": "https://packages.unity.com"
5050
},
5151
"com.unity.nuget.newtonsoft-json": {
52-
"version": "3.0.2",
52+
"version": "3.2.0",
5353
"depth": 1,
5454
"source": "registry",
5555
"dependencies": {},
@@ -63,18 +63,18 @@
6363
"url": "https://packages.unity.com"
6464
},
6565
"com.unity.sysroot": {
66-
"version": "2.0.3",
66+
"version": "2.0.5",
6767
"depth": 1,
6868
"source": "registry",
6969
"dependencies": {},
7070
"url": "https://packages.unity.com"
7171
},
7272
"com.unity.sysroot.linux-x86_64": {
73-
"version": "2.0.2",
73+
"version": "2.0.4",
7474
"depth": 1,
7575
"source": "registry",
7676
"dependencies": {
77-
"com.unity.sysroot": "2.0.3"
77+
"com.unity.sysroot": "2.0.5"
7878
},
7979
"url": "https://packages.unity.com"
8080
},
@@ -99,12 +99,12 @@
9999
"url": "https://packages.unity.com"
100100
},
101101
"com.unity.toolchain.linux-x86_64": {
102-
"version": "2.0.2",
102+
"version": "2.0.4",
103103
"depth": 0,
104104
"source": "registry",
105105
"dependencies": {
106-
"com.unity.sysroot": "2.0.3",
107-
"com.unity.sysroot.linux-x86_64": "2.0.2"
106+
"com.unity.sysroot": "2.0.5",
107+
"com.unity.sysroot.linux-x86_64": "2.0.4"
108108
},
109109
"url": "https://packages.unity.com"
110110
},

src/UnityWebBrowser.UnityProject/ProjectSettings/PackageManagerSettings.asset

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ MonoBehaviour:
2525
m_Scopes: []
2626
m_IsDefault: 1
2727
m_Capabilities: 7
28-
- m_Id: scoped:Voltstro UPM
28+
m_ConfigSource: 0
29+
- m_Id: scoped:project:Voltstro UPM
2930
m_Name: Voltstro UPM
3031
m_Url: https://upm-pkgs.voltstro.dev
3132
m_Scopes:
@@ -34,6 +35,7 @@ MonoBehaviour:
3435
- com.cysharp.unitask
3536
m_IsDefault: 0
3637
m_Capabilities: 0
38+
m_ConfigSource: 4
3739
m_UserSelectedRegistryName: Voltstro UPM
3840
m_UserAddingNewScopedRegistry: 0
3941
m_RegistryInfoDraft:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2021.3.12f1
2-
m_EditorVersionWithRevision: 2021.3.12f1 (8af3c3e441b1)
1+
m_EditorVersion: 2021.3.26f1
2+
m_EditorVersionWithRevision: 2021.3.26f1 (a16dc32e0ff2)

0 commit comments

Comments
 (0)