-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 1.48 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "com.unity.renderstreaming",
"displayName": "Unity Render Streaming",
"version": "3.1.0-exp.9",
"unity": "2020.3",
"description": "This is a package for using Unity Render Streaming technology.",
"dependencies": {
"com.unity.webrtc": "3.0.0-pre.8",
"com.unity.inputsystem": "1.5.1",
"com.unity.ugui": "1.0.0",
"com.unity.modules.screencapture": "1.0.0"
},
"samples": [
{
"displayName": "Example",
"description": "RenderStreaming sample",
"path": "Samples~/Example"
}
],
"_upm": {
"changelog": "### Changed\n- deps: use [email protected]\n- doc: improve the API documentation of VideoCodecInfo\n- doc: improve the API documentation of AudioCodecInfo\n- doc: improve the API documentation of VideoStreamSender\n- doc: improve the API documentation of VideoStreamReceiver\n- doc: improve the API documentation of InputSender\n- doc: improve the API documentation of InputReceiver\n- doc: improve the API documentation of AudioStreamSender\n- doc: improve the API documentation of AudioStreamReceiver\n- doc: improve the API documentation of SignalingManager"
},
"upmCi": {
"footprint": "53c7a2394e75942b6b9fde2a5be15a4e981f766e"
},
"documentationUrl": "https://docs.unity3d.com/Packages/[email protected]/manual/index.html",
"repository": {
"url": "https://github.com/Unity-Technologies/UnityRenderStreaming.git",
"type": "git",
"revision": "d7297df8f441b213c856e4564b5b438a8d8f8a3e"
}
}