Skip to content

Commit

Permalink
doc: update manual (#299)
Browse files Browse the repository at this point in the history
* update document

* Update index.md
  • Loading branch information
karasusan committed May 13, 2020
1 parent d072159 commit 35909a7
Showing 1 changed file with 23 additions and 7 deletions.
30 changes: 23 additions & 7 deletions com.unity.renderstreaming/Documentation~/index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,30 @@
---
uid: index.md
title: index
---

# Unity Render Streaming

This package contains public APIs and project samples that are built on top of our [**Unity Render Streaming**](../../com.unity.template.renderstreaming-hd/Packages/com.unity.template.renderstreaming/Documentation~/index.md).
This package contains public APIs and project samples that are built on top of our [**Unity Render Streaming**](../../com.unity.template.renderstreaming-hd/Packages/com.unity.template.renderstreaming/Documentation~/index.md). We can develop a peer-to-peer streaming solution quickly by using this package.

> [!Video https://www.youtube.com/embed/c2pp_T5xzeU]
## Main features

This package provides the main features below.

- Video streaming
- Audio streaming
- Remote control

### Video streaming

We can broadcast video rendered on Unity to browsers via network. For example, It can show the video rendered with HDRP on the browser on the iPad. In addition, broadcasting from multiple cameras is supported.

![feature-multicamera](images/feature_multicamera.png)

### Audio streaming
This package enables streaming sounds generated on Unity. And it can cast to multi-browsers simultaneously.

### Remote control

It is possible to send input messages to Unity from the browser, and sending inputs from multiple browsers is supported. Mouse, keyboard, touch, and gamepad are supported as input devices on the browser. For more information, please see the [Browser input process](en/input.md) page.

## Requirements

This version of Render Streaming is compatible with the following versions of the Unity Editor
Expand Down Expand Up @@ -61,4 +77,4 @@ Importing this sample will automatically install and setup our URP sample assets

## Other Languages

- [Japanese](./jp/index.md)
- [Japanese](./jp/index.md)

0 comments on commit 35909a7

Please sign in to comment.