21 lines
541 B
JSON
21 lines
541 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|