Skip to content

Commit 06f1009

Browse files
authored
chore: Update WebRTC package version 3.0.0-pre.4 (#837)
* fix docs * fix for tutorial (cherry picked from commit 727cc6956fb1ab1ea10d950cc3a3c5da7817772a) * upgrade WebRTC package version 3.0.0-pre.4 * update unity project * workaround * workaround * workaround * workaround * fix * workaround
1 parent 7ef33dc commit 06f1009

File tree

15 files changed

+29
-25
lines changed

15 files changed

+29
-25
lines changed

.yamato/compile-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ compile_test_for_package_version:
55
flavor: b1.large
66
image: package-ci/win10:v4
77
variables:
8-
VERSION: 3.1.0-exp.4
8+
VERSION: 3.1.0-exp.5
99
commands:
1010
# When unity-config will be part of the image, this will turn into a no-op
1111
- |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Please see [Furioos Tutorial](com.unity.renderstreaming/Documentation~/deploy-to
5555
| `3.1.0-exp.2` | - Audio Renderer support <br/> - Multiplay sample <br/> - M1 Mac support | Dec 2021 |
5656
| `3.1.0-exp.3` | - Fix bugs | Feb 2022 |
5757
| `3.1.0-exp.4` | - Streaming settings API <br/> - *Unity 2022.1* support <br/> - Remove *Unity 2019.4* from support list | Oct 2022 |
58-
| `3.1.0-exp.5` | - Fix bugs | Dec 2023 |
58+
| `3.1.0-exp.5` | - Fix bugs | Jan 2023 |
5959
| `3.1.0-exp.6` | - Streaming Settings Window <br/> - Auto Configuration | Feb 2023 |
6060

6161
## FAQ

RenderStreaming~/Packages/packages-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"depth": 0,
5454
"source": "embedded",
5555
"dependencies": {
56-
"com.unity.webrtc": "3.0.0-pre.3",
56+
"com.unity.webrtc": "3.0.0-pre.4",
5757
"com.unity.inputsystem": "1.4.4",
5858
"com.unity.ugui": "1.0.0",
5959
"com.unity.modules.screencapture": "1.0.0"
@@ -106,7 +106,7 @@
106106
}
107107
},
108108
"com.unity.webrtc": {
109-
"version": "3.0.0-pre.3",
109+
"version": "3.0.0-pre.4",
110110
"depth": 1,
111111
"source": "registry",
112112
"dependencies": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2021.3.15f1
2-
m_EditorVersionWithRevision: 2021.3.15f1 (e8e88683f834)
1+
m_EditorVersion: 2021.3.16f1
2+
m_EditorVersionWithRevision: 2021.3.16f1 (4016570cf34f)

TestProjects/Empty/Packages/packages-lock.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://packages.unity.com"
1616
},
1717
"com.unity.inputsystem": {
18-
"version": "1.4.2",
18+
"version": "1.4.4",
1919
"depth": 1,
2020
"source": "registry",
2121
"dependencies": {
@@ -28,8 +28,10 @@
2828
"depth": 0,
2929
"source": "local",
3030
"dependencies": {
31-
"com.unity.webrtc": "2.4.0-exp.11",
32-
"com.unity.inputsystem": "1.4.1"
31+
"com.unity.webrtc": "3.0.0-pre.4",
32+
"com.unity.inputsystem": "1.4.4",
33+
"com.unity.ugui": "1.0.0",
34+
"com.unity.modules.screencapture": "1.0.0"
3335
}
3436
},
3537
"com.unity.test-framework": {
@@ -74,12 +76,13 @@
7476
}
7577
},
7678
"com.unity.webrtc": {
77-
"version": "2.4.0-exp.11",
79+
"version": "3.0.0-pre.4",
7880
"depth": 1,
7981
"source": "registry",
8082
"dependencies": {
8183
"com.unity.modules.jsonserialize": "1.0.0",
82-
"com.unity.editorcoroutines": "1.0.0"
84+
"com.unity.editorcoroutines": "1.0.0",
85+
"com.unity.modules.audio": "1.0.0"
8386
},
8487
"url": "https://packages.unity.com"
8588
},
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2021.3.11f1
2-
m_EditorVersionWithRevision: 2021.3.11f1 (0a5ca18544bf)
1+
m_EditorVersion: 2021.3.16f1
2+
m_EditorVersionWithRevision: 2021.3.16f1 (4016570cf34f)

com.unity.renderstreaming/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ All notable changes to com.unity.renderstreaming package will be documented in t
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [3.1.0-exp.5] - 2022-12-22
7+
## [3.1.0-exp.5] - 2023-1-16
88

99
### Changed
1010

1111
- Upgrade the version of Input System package `1.4.4`.
12-
- Upgrade the version of WebRTC package `3.0.0-pre.2`.
12+
- Upgrade the version of WebRTC package `3.0.0-pre.4`.
1313

1414
### Fixed
1515

com.unity.renderstreaming/Documentation~/create-scene.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add a [**Video Stream Sender**](video-streaming.html#videostreamsenderapiunityre
3131

3232
![Add VideoStreamSender component](images/add_videostreamsender_component.png)
3333

34-
Assign the [**Video Stream Sender**](video-streaming.html#videostreamsenderapiunityrenderstreamingvideostreamsenderhtml-component) component to the **Broadcast** component property.
34+
Assign the [**Video Stream Sender**](video-streaming.html#videostreamsenderapiunityrenderstreamingvideostreamsenderhtml-component) component to the **Broadcast** component property. And set camera
3535

3636
![Assign VideoStreamSender component to streams](images/assign_videostreamsender_to_streams.png)
3737

1.69 KB
Loading
19.9 KB
Loading

0 commit comments

Comments
 (0)