Skip to content

Commit 4aadd72

Browse files
authored
upgrade webrtc package version 2.4.0-exp.3 (#499)
1 parent 9b2a159 commit 4aadd72

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

RenderStreaming~/Packages/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"com.unity.2d.sprite": "1.0.0",
44
"com.unity.2d.tilemap": "1.0.0",
55
"com.unity.ide.rider": "2.0.7",
6-
"com.unity.ide.visualstudio": "2.0.7",
6+
"com.unity.ide.visualstudio": "2.0.8",
77
"com.unity.ide.vscode": "1.2.3",
88
"com.unity.test-framework": "1.1.24",
99
"com.unity.ugui": "1.0.0",
10-
"com.unity.webrtc": "2.4.0-exp.2",
10+
"com.unity.webrtc": "2.4.0-exp.3",
1111
"com.unity.modules.ai": "1.0.0",
1212
"com.unity.modules.androidjni": "1.0.0",
1313
"com.unity.modules.animation": "1.0.0",

RenderStreaming~/Packages/packages-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"url": "https://packages.unity.com"
3737
},
3838
"com.unity.ide.visualstudio": {
39-
"version": "2.0.7",
39+
"version": "2.0.8",
4040
"depth": 0,
4141
"source": "registry",
4242
"dependencies": {
@@ -63,7 +63,7 @@
6363
"depth": 0,
6464
"source": "embedded",
6565
"dependencies": {
66-
"com.unity.webrtc": "2.4.0-exp.2",
66+
"com.unity.webrtc": "2.4.0-exp.3",
6767
"com.unity.inputsystem": "1.0.2"
6868
}
6969
},
@@ -88,7 +88,7 @@
8888
}
8989
},
9090
"com.unity.webrtc": {
91-
"version": "2.4.0-exp.2",
91+
"version": "2.4.0-exp.3",
9292
"depth": 0,
9393
"source": "registry",
9494
"dependencies": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2020.3.9f1
2-
m_EditorVersionWithRevision: 2020.3.9f1 (108be757e447)
1+
m_EditorVersion: 2020.3.11f1
2+
m_EditorVersionWithRevision: 2020.3.11f1 (99c7afb366b3)

com.unity.renderstreaming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"unity": "2019.4",
66
"description": "This is a package for using Unity Render Streaming technology. It contains two samples to use the technology.",
77
"dependencies": {
8-
"com.unity.webrtc": "2.4.0-exp.2",
8+
"com.unity.webrtc": "2.4.0-exp.3",
99
"com.unity.inputsystem": "1.0.2"
1010
},
1111
"samples": [

0 commit comments

Comments
 (0)