package.json 541 B

1234567891011121314151617181920
  1. {
  2. "name": "com.unity.renderstreaming",
  3. "displayName": "Unity Render Streaming",
  4. "version": "3.1.0-exp.6",
  5. "unity": "2020.3",
  6. "description": "This is a package for using Unity Render Streaming technology.",
  7. "dependencies": {
  8. "com.unity.webrtc": "3.0.0-pre.4",
  9. "com.unity.inputsystem": "1.4.4",
  10. "com.unity.ugui": "1.0.0",
  11. "com.unity.modules.screencapture": "1.0.0"
  12. },
  13. "samples": [
  14. {
  15. "displayName": "Example",
  16. "description": "RenderStreaming sample",
  17. "path": "Samples~/Example"
  18. }
  19. ]
  20. }