2019-07-22 11:59:58 +08:00
|
|
|
{
|
|
|
|
|
"name": "com.unity.renderstreaming",
|
2019-08-28 15:26:08 +08:00
|
|
|
"displayName": "Unity Render Streaming",
|
2024-12-17 11:11:35 +08:00
|
|
|
"version": "3.1.0-exp.9",
|
2022-09-12 09:39:26 +08:00
|
|
|
"unity": "2020.3",
|
2022-12-19 10:23:00 +08:00
|
|
|
"description": "This is a package for using Unity Render Streaming technology.",
|
2019-07-22 11:59:58 +08:00
|
|
|
"dependencies": {
|
2024-12-13 22:08:53 +08:00
|
|
|
"com.unity.webrtc": "3.0.0-pre.8",
|
2023-05-16 13:33:23 +08:00
|
|
|
"com.unity.inputsystem": "1.5.1",
|
2022-12-16 16:21:29 +08:00
|
|
|
"com.unity.ugui": "1.0.0",
|
|
|
|
|
"com.unity.modules.screencapture": "1.0.0"
|
2020-05-14 18:43:23 +08:00
|
|
|
},
|
2021-01-15 09:40:28 +08:00
|
|
|
"samples": [
|
|
|
|
|
{
|
|
|
|
|
"displayName": "Example",
|
|
|
|
|
"description": "RenderStreaming sample",
|
|
|
|
|
"path": "Samples~/Example"
|
|
|
|
|
}
|
|
|
|
|
]
|
2022-08-09 11:11:20 +08:00
|
|
|
}
|